Skip to main content
Glama

BookStack MCP Server

by lautarobarba

create_chapter

Create a new chapter within a BookStack book by specifying the parent book ID and chapter name, with optional details like description, tags, priority, and template.

Instructions

Create a new chapter in a book

Input Schema

NameRequiredDescriptionDefault
book_idYesParent book ID
default_template_idNoDefault template ID for new pages
descriptionNoChapter description (plain text)
description_htmlNoChapter description (HTML format)
nameYesChapter name (required, max 255 chars)
priorityNoChapter priority/order
tagsNoArray of tags with name and value

Input Schema (JSON Schema)

{ "properties": { "book_id": { "description": "Parent book ID", "type": "number" }, "default_template_id": { "description": "Default template ID for new pages", "type": "number" }, "description": { "description": "Chapter description (plain text)", "type": "string" }, "description_html": { "description": "Chapter description (HTML format)", "type": "string" }, "name": { "description": "Chapter name (required, max 255 chars)", "type": "string" }, "priority": { "description": "Chapter 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": [ "book_id", "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