list_chapters
Extract chapter titles and summaries from a knowledge document to quickly view its structure without loading full content. Requires project ID and filename.
Instructions
List all chapters in a knowledge document with titles and summaries only. This is a lightweight way to see document structure without loading all content. Returns: {success: bool, project_id: str, filename: str, total_chapters: int, chapters: array}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filename | Yes | Knowledge file name (must include .md extension) | |
project_id | Yes | The project identifier |