read_doc
Retrieve workspace documents with tier labeling and extract specific markdown sections by exact heading, enabling quick access to architecture notes and task routing details.
Instructions
Read a workspace document with tier labeling. Optional section extracts a markdown heading.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Document path. Paths starting with "content/" are MCP-owned (project-relative). All others are workspace-relative (e.g. "pypto-3.0-notes/arch.md"). Use list_knowledge_topics() to discover registered paths. | |
| section | No | Extract a specific markdown section by exact heading text (case-sensitive). Leave empty to read from the top. Use read_doc with a bad section name to see the TOC. | |
| max_chars | No | Maximum characters to return (500–50000) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||