get-standard-docs
Retrieve detailed development standard documents by ID, with optional topic filtering and token limits, to access precise guidance for code compliance.
Instructions
获取指定规范文档的详细内容。需要先通过 resolve-standard-id 获取规范 ID。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | 可选的主题过滤,用于获取规范中特定部分的内容 | |
| maxTokens | No | 返回内容的最大 token 数,默认不限制 | |
| standardId | Yes | 规范文档的唯一标识符,从 resolve-standard-id 获取 |