Read a page
kb_readRead any knowledge base page by path, returning the full content or a specific line range.
Instructions
Read a knowledge base page, whole or a line range. Paths are relative to content/ or start with content/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Page path, for example policies/expenses.md or content/policies/expenses.md. | |
| endLine | No | Last line to return, inclusive. Defaults to the end of the page. | |
| startLine | No | First line to return, 1-based. Defaults to 1. |