Skip to main content
Glama

Poetry MCP Server

sync_catalog

Scans markdown files in the catalog directory to build in-memory indices for poetry management. Call this tool before using other catalog functions to ensure your poetry collection is properly indexed.

Instructions

Synchronize catalog from filesystem.

Scans all markdown files in catalog/ directory and builds in-memory indices. This should be called before using other catalog tools.

Args: force_rescan: If True, rescan all files even if already loaded

Returns: SyncResult with statistics about the sync operation

Input Schema

NameRequiredDescriptionDefault
force_rescanNo

Input Schema (JSON Schema)

{ "properties": { "force_rescan": { "default": false, "type": "boolean" } }, "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/james-livefront/poetry-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server