Skip to main content
Glama

BookStack MCP Server

by lautarobarba

list_books

Retrieve a paginated listing of books available to the user from a BookStack wiki instance, with options to sort results and control page size.

Instructions

Get a listing of books visible to the user

Input Schema

NameRequiredDescriptionDefault
countNoNumber of items per page
pageNoPage number for pagination
sortNoSort parameter

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of items per page", "type": "number" }, "page": { "description": "Page number for pagination", "type": "number" }, "sort": { "description": "Sort parameter", "type": "string" } }, "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