Skip to main content
Glama

BookStack MCP Server

by lautarobarba

update_page

Modify existing BookStack wiki pages by updating content, metadata, or structure. Change page name, HTML/markdown content, tags, priority, or move pages between books/chapters using the page ID.

Instructions

Update an existing page

Input Schema

NameRequiredDescriptionDefault
book_idNoMove to different book ID
chapter_idNoMove to different chapter ID
htmlNoPage content in HTML format
idYesPage ID
markdownNoPage content in Markdown format
nameNoPage name (max 255 chars)
priorityNoPage priority/order
tagsNoArray of tags with name and value

Input Schema (JSON Schema)

{ "properties": { "book_id": { "description": "Move to different book ID", "type": "number" }, "chapter_id": { "description": "Move to different chapter ID", "type": "number" }, "html": { "description": "Page content in HTML format", "type": "string" }, "id": { "description": "Page ID", "type": "number" }, "markdown": { "description": "Page content in Markdown format", "type": "string" }, "name": { "description": "Page name (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": [ "id" ], "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