Skip to main content
Glama

BookStack MCP Server

by lautarobarba

list_images

Retrieve a paginated listing of gallery images from BookStack, with options to filter by type (gallery or drawio) and sort results.

Instructions

Get a listing of images in the gallery

Input Schema

NameRequiredDescriptionDefault
countNoNumber of items per page
filter_typeNoFilter images by type
pageNoPage number for pagination
sortNoSort parameter

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of items per page", "type": "number" }, "filter_type": { "description": "Filter images by type", "enum": [ "gallery", "drawio" ], "type": "string" }, "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