Skip to main content
Glama

BookStack MCP Server

by lautarobarba

create_book

Create a new book in BookStack with required name, optional description, tags, and default template settings for organizing wiki content.

Instructions

Create a new book in the system

Input Schema

NameRequiredDescriptionDefault
default_template_idNoDefault template ID for new pages
descriptionNoBook description (plain text)
description_htmlNoBook description (HTML format)
nameYesBook name (required, max 255 chars)
tagsNoArray of tags with name and value

Input Schema (JSON Schema)

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