kb_read
Retrieve raw knowledge base passages directly from Obsidian-style vaults without LLM calls. Specify source with optional heading, line range, or vault path to fetch exact content.
Instructions
读取知识库原文,不调用 LLM。多库环境下建议显式传 vault_path(fan-out 结果中的 source 是库内相对路径)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| heading | No | ||
| end_line | No | ||
| start_line | No | ||
| vault_path | No | 可选,已注册知识库的绝对路径;仅注册了一个库时可省略 |