get_page
Retrieve documentation page content by title or numeric row ID, optionally extracting a specific section to limit response size. Use when you know the exact page identifier and need to read its text.
Instructions
读取某个文档页面的正文,可按章节只取一部分。
何时使用:已知页面标题(或数字 rowid),需要阅读其内容;或只想读取某章节以控制返回体积。 何时不使用:只知道模糊关键词时,先用 search_docs 定位。 参数:id_or_title 为纯数字时按数字 rowid 查询,否则按页面标题查询; section 为可选的章节标题(不区分大小写,支持部分匹配)。 返回:JSON,含 found、title、url、revid、timestamp、content; 未找到页面或章节时 found 为 false。索引初始化中或刷新失败时返回 status 字段; 后台刷新进行中时额外带 refreshing 字段。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | No | ||
| id_or_title | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |