Skip to main content
Glama

BookStack MCP Server

by lautarobarba

create_shelf

Create a new shelf in BookStack to organize books by adding a name, description, and optional books or tags for structured content management.

Instructions

Create a new shelf

Input Schema

NameRequiredDescriptionDefault
booksNoArray of book IDs to add to shelf
descriptionNoShelf description (plain text)
description_htmlNoShelf description (HTML format)
nameYesShelf name (required, max 255 chars)
tagsNoArray of tags with name and value

Input Schema (JSON Schema)

{ "properties": { "books": { "description": "Array of book IDs to add to shelf", "items": { "type": "number" }, "type": "array" }, "description": { "description": "Shelf description (plain text)", "type": "string" }, "description_html": { "description": "Shelf description (HTML format)", "type": "string" }, "name": { "description": "Shelf 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