get_doc
Retrieve the full plain-text body of a Neo-MoFox documentation page by supplying its doc_id. Use this to read complete guides directly after locating a document via search or list.
Instructions
获取指定文档的完整正文(纯文本)。doc_id 形如 guides/deployment/deployment_guide,可从 search_docs / list_docs 结果的 id 字段获取。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | Yes | 文档唯一标识,如 guides/configuration/bot_config_guide |