Skip to main content
Glama

BookStack MCP Server

by lautarobarba

create_page

Create a new page in a BookStack wiki by specifying content in HTML or Markdown format, organizing it within books or chapters, and adding tags for categorization.

Instructions

Create a new page in a book or chapter

Input Schema

NameRequiredDescriptionDefault
book_idNoParent book ID (required if not in chapter)
chapter_idNoParent chapter ID (required if not directly in book)
htmlNoPage content in HTML format
markdownNoPage content in Markdown format
nameYesPage name (required, max 255 chars)
priorityNoPage priority/order
tagsNoArray of tags with name and value

Input Schema (JSON Schema)

{ "properties": { "book_id": { "description": "Parent book ID (required if not in chapter)", "type": "number" }, "chapter_id": { "description": "Parent chapter ID (required if not directly in book)", "type": "number" }, "html": { "description": "Page content in HTML format", "type": "string" }, "markdown": { "description": "Page content in Markdown format", "type": "string" }, "name": { "description": "Page name (required, max 255 chars)", "type": "string" }, "priority": { "description": "Page priority/order", "type": "number" }, "tags": { "description": "Array of tags with name and value", "items": { "properties": { "name": { "type": "string" }, "order": { "type": "number" }, "value": { "type": "string" } }, "required": [ "name", "value" ], "type": "object" }, "type": "array" } }, "required": [ "name" ], "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