Skip to main content
Glama

BookStack MCP Server

by lautarobarba

export_book

Export BookStack wiki books to HTML, PDF, plaintext, or markdown formats for sharing, archiving, or offline use by specifying the book ID and desired format.

Instructions

Export a book in various formats

Input Schema

NameRequiredDescriptionDefault
formatYesExport format
idYesBook ID

Input Schema (JSON Schema)

{ "properties": { "format": { "description": "Export format", "enum": [ "html", "pdf", "plaintext", "markdown" ], "type": "string" }, "id": { "description": "Book ID", "type": "number" } }, "required": [ "id", "format" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lautarobarba/bookstack_mcp_server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server