twostroke__get_model_specs
[二行程經典車資料庫]取得二行程經典車款的規格(附維基百科出處)、零件對照、保養資料與成交行情。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | 車款代號,可先用 search_models 取得 |
[二行程經典車資料庫]取得二行程經典車款的規格(附維基百科出處)、零件對照、保養資料與成交行情。
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | 車款代號,可先用 search_models 取得 |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It does disclose what is returned (specs with Wikipedia sourcing, parts cross-reference, maintenance data, transaction prices), which is genuinely useful behavioral detail. It says nothing about permissions, rate limits, data freshness, or response format, so gaps remain for a no-annotation tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
One sentence, front-loaded with the database identity and then the verb and returned artifacts. No filler and nothing redundant.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only lookup with no output schema or annotations, the description enumerates the returned data categories, which is enough for an agent to decide to call it. The only shortfall is the lack of differentiation from the overlapping find_part and get_maintenance siblings.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% with a single well-documented slug parameter that even explains how to obtain it. The description adds no parameter-level detail beyond the schema, so the baseline 3 for high coverage applies.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
States a specific verb (取得/get) and resource (二行程經典車款規格) plus the scope of returned content, so the agent knows what it retrieves. However it claims to include 零件對照 (parts cross-reference) and 保養資料 (maintenance data) which are also the subject of sibling tools find_part and get_maintenance, so the boundary from siblings is unstated and somewhat blurred.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage is only implied — the schema notes that a slug is obtained via search_models, which the agent can infer as a prerequisite. There is no explicit statement of when to choose this over find_part or get_maintenance, nor any exclusion of the overlapping content.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.