Skip to main content
Glama

Knowledge MCP Server

by sven-borkert

list_chapters

Quickly extract chapter titles and summaries from a knowledge document to gain an overview, plan navigation, or check structure without loading full content.

Instructions

List all chapters in a knowledge document with titles and summaries only.

When to use this tool:

  • Getting document overview without loading all content

  • Planning which chapters to read or update

  • Understanding document structure

  • Checking chapter organization

  • Finding specific chapters efficiently

Key features:

  • Lightweight operation (no content loading)

  • Returns titles and summaries only

  • Shows chapter count and order

  • Enables informed navigation

You should:

  1. Use this before get_knowledge_file for large documents

  2. Identify relevant chapters before reading

  3. Check document structure before modifications

  4. Use for navigation planning

  5. Include .md extension in filename

DO NOT use when:

  • Need actual chapter content

  • Document is very small

  • Already know exact chapter needed

Returns: {success: bool, project_id: str, filename: str, total_chapters: int, chapters: array}

Input Schema

NameRequiredDescriptionDefault
filenameYesKnowledge file name (must include .md extension)
project_idYesThe project identifier

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filename": { "description": "Knowledge file name (must include .md extension)", "maxLength": 255, "minLength": 1, "type": "string" }, "project_id": { "description": "The project identifier", "maxLength": 100, "minLength": 1, "type": "string" } }, "required": [ "project_id", "filename" ], "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/sven-borkert/knowledge-mcp'

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