mcp-codex-keeper

list_documentation

List all available documentation sources

Input Schema

NameRequiredDescriptionDefault
categoryNoFilter documentation by category
tagNoFilter documentation by tag

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Filter documentation by category", "type": "string" }, "tag": { "description": "Filter documentation by tag", "type": "string" } }, "type": "object" }