Skip to main content
Glama

BookStack MCP Server

by lautarobarba

search_all

Search across books, chapters, pages, and shelves in BookStack to quickly find specific content using a query string.

Instructions

Search across all content types (books, chapters, pages, shelves) in BookStack

Input Schema

NameRequiredDescriptionDefault
countNoNumber of items per page (default 20, max 500)
pageNoPage number for pagination
queryYesSearch query string (required)

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of items per page (default 20, max 500)", "type": "number" }, "page": { "description": "Page number for pagination", "type": "number" }, "query": { "description": "Search query string (required)", "type": "string" } }, "required": [ "query" ], "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