Skip to main content
Glama
han0420

MCP Dev Standards

by han0420

resolve-standard-id

Search development standards by keywords to retrieve the standard ID required for fetching specific standard content.

Instructions

根据关键词搜索匹配的开发规范文档。在获取具体规范内容前,必须先调用此工具获取规范 ID。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes搜索规范的关键词或描述,例如:Vue 组件、RESTful API、命名规范
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It mentions the prerequisite positioning and that it retrieves an ID, but does not explain response format, edge-case behavior (no matches, multiple matches), or whether the operation has side effects. This is a significant gap for a tool without annotations.

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 concise and front-loaded: two sentences that state the core action and the critical usage prerequisite. Every word earns its place, with no redundant or vague phrasing.

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

Completeness3/5

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

Given the tool's simplicity (one parameter, no output schema, no annotations), the description provides essential context about the need to call this tool first. However, it lacks clarity on return value specifics (single ID vs list) and potential failure modes, which would make it more complete.

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?

The input schema has 100% coverage with a clear description of the 'query' parameter, including examples. The tool description adds no additional parameter semantics beyond what the schema already provides, so the baseline score of 3 is appropriate.

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

Purpose5/5

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

The description clearly states the tool's function: searching development specification documents by keywords and retrieving the specification ID. It explicitly differentiates from siblings by noting this must be called before obtaining specific content, which distinguishes it from get-standard-docs and list-standards.

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?

The description provides explicit usage context: 'Before obtaining specific specification content, you must call this tool to get the specification ID.' This establishes a clear sequencing requirement relative to the sibling tools, though it doesn't name the alternatives explicitly.

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