remove_chapter
Delete a specific chapter from a knowledge document by matching its exact title. Used in the Knowledge MCP Server for precise project knowledge management.
Instructions
Remove a specific chapter from a knowledge document by title. Chapter title must match exactly including case. Returns: {success: bool, message?: str, error?: str}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chapter_title | Yes | Exact title of the chapter to remove | |
filename | Yes | Knowledge file name (must include .md extension) | |
project_id | Yes | The project identifier |