# export_chapter_html

Export a chapter as a contained HTML file.

Agent View of the PolicyLayer registry record for `export_chapter_html`. HTML page: https://policylayer.com/tools/derron-knox-bookstack-mcp-server/export-chapter-html

## Facts

- Tool: `export_chapter_html`
- Server: BookStack MCP Server (`derron-knox/bookstack-mcp-server`) — https://policylayer.com/tools/derron-knox-bookstack-mcp-server.md
- Homepage: https://github.com/Derron-Knox/bookstack-mcp-server
- Risk category: Read (Low risk)
- Registry record: grade F, identity unverified
- Server rate-limited: no
- Parameters: 0
- Recommended policy verdict: Allowed

## Example call (MCP tools/call, JSON-RPC 2.0)

```json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "export_chapter_html",
    "arguments": {}
  }
}
```

## Why export_chapter_html is rated Low

This tool reads/exports existing chapter content into an HTML format. It retrieves data without modifying, deleting, or creating anything. The blast radius is minimal as it only reads content.

From the tool's own definition: "Export a chapter as a contained HTML file"

## Use case

AI agents call export_chapter_html to retrieve information from BookStack MCP Server without modifying anything. It is typically the context-gathering step in research, monitoring, and reporting workflows, before the agent takes action elsewhere.

## Recommended policy (PolicyLayer)

Verdict: **Allowed**. Enforced by the PolicyLayer MCP gateway (https://policylayer.com/mcp-gateway) before a call reaches BookStack MCP Server:

```json
{
  "version": "1",
  "default": "deny",
  "tools": {
    "export_chapter_html": {}
  }
}
```

## Other tools on BookStack MCP Server (23)

- `delete_book` — Destructive — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/delete-book.md
- `delete_chapter` — Destructive — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/delete-chapter.md
- `delete_page` — Destructive — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/delete-page.md
- `delete_shelf` — Destructive — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/delete-shelf.md
- `export_chapter_markdown` — Read — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/export-chapter-markdown.md
- `export_chapter_pdf` — Read — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/export-chapter-pdf.md
- `export_chapter_plaintext` — Read — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/export-chapter-plaintext.md
- `get_page_content` — Read — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/get-page-content.md
- `list_books` — Read — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/list-books.md
- `list_chapters` — Read — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/list-chapters.md
- `list_shelves` — Read — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/list-shelves.md
- `read_book` — Read — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/read-book.md
- `read_chapter` — Read — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/read-chapter.md
- `read_shelf` — Read — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/read-shelf.md
- `search_items` — Read — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/search-items.md
- `create_book` — Write — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/create-book.md
- `create_chapter` — Write — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/create-chapter.md
- `create_page` — Write — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/create-page.md
- `create_shelf` — Write — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/create-shelf.md
- `update_book` — Write — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/update-book.md
- `update_chapter` — Write — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/update-chapter.md
- `update_page` — Write — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/update-page.md
- `update_shelf` — Write — https://policylayer.com/tools/derron-knox-bookstack-mcp-server/update-shelf.md

## For agents

This record is a snapshot. Live verdicts and the full registry:

- Check every server in your MCP config at once: `npx -y policylayer stack`
- Vet a server before you add it: install the mcp-precheck skill — `npx skills add https://policylayer.com` (skill text: https://policylayer.com/skill.md)
- Query the registry over MCP: endpoint `https://api.policylayer.com/mcp` — tools `check_mcp_server`, `check_mcp_stack`, `check_tool`, `search_registry`, `get_change_events`

---

Source: the PolicyLayer MCP registry — one continuously verified record per MCP server. Full record: https://policylayer.com/registry?q=derron-knox-bookstack-mcp-server · API: https://policylayer.com/registry/api · Policy library: https://policylayer.com/policies/derron-knox-bookstack-mcp-server
