get_doc
Retrieve full text of indexed documentation by relative path, offline, no Houdini connection needed. Returns exact content from the index.
Instructions
按相对路径取回已索引文档的全文(bridge-local,无 Houdini 连接)。
本工具 **不建立 Houdini TCP 连接**,``path`` 只与已校验索引中的规范
化 POSIX 相对 path 做精确匹配,全文从 JSON 内嵌 content 返回,
**绝不拼接源文件系统路径或回读索引外文件**(含 ``..`` 遍历串)。
与 ``get_houdini_help`` / ``verify_hou_api`` 互补:那两个面向在线
结构化字段查询,本工具面向已索引离线文档的整篇读取。
参数说明:
- path: 索引中文档的 POSIX 相对路径(如 ``nodes/sop/box.html``),
可先用 search_docs 取得。
返回统一 envelope:status(success/error)、path、title、length、
content(全文,过 apply_response_cap)、returned(1 命中 / 0 未命中)。
path 不存在或非法返回 rag_doc_not_found;索引缺失 / 损坏分别返回
rag_index_missing / rag_index_unavailable。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ctx | Yes | ||
| path | Yes |