Skip to main content
Glama
han0420

MCP Dev Standards

by han0420

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

TableJSON Schema
NameRequiredDescriptionDefault
topicNo可选的主题过滤,用于获取规范中特定部分的内容
maxTokensNo返回内容的最大 token 数,默认不限制
standardIdYes规范文档的唯一标识符,从 resolve-standard-id 获取
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

There are no annotations, so the description carries the full burden of behavioral disclosure. However, it only mentions the prerequisite and does not disclose what 'detailed content' includes, how the topic filter or maxTokens affect results, any return format, or error scenarios. For a get operation, more details would be expected.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence that conveys the purpose and a key prerequisite without any fluff. Every word earns its place, making it highly concise and effectively front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While there is no output schema, the parameter schema is fully covered, and the tool's complexity is low. The description provides the crucial prerequisite context. However, it could add a brief note on what the returned content looks like or how topic filtering behaves, but the current level is adequate given the schema richness.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

All three parameters have descriptions in the schema, providing 100% coverage. The description adds no extra meaning beyond the schema, but the schema already explains each parameter sufficiently, so the baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb and resource: get detailed content of a specified standard document. It also distinguishes from sibling tools by specifying that the standard ID must first be obtained from resolve-standard-id, which differentiates its role from the sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides an explicit prerequisite: must use resolve-standard-id first to get the standard ID. This gives clear context for when to use the tool and implies the ID resolution step, though it does not explicitly mention list-standards as an alternative for discovering standards.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/han0420/mcp-dev-standards'

If you have feedback or need assistance with the MCP directory API, please join our Discord server