twostroke__search_models
[二行程經典車資料庫]搜尋二行程經典機車車款(本田、山葉、鈴木、川崎等),回傳車款代號。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 車款名稱,例如 NSR250、RZ350 |
[二行程經典車資料庫]搜尋二行程經典機車車款(本田、山葉、鈴木、川崎等),回傳車款代號。
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 車款名稱,例如 NSR250、RZ350 |
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 usefully discloses that the result is a model code rather than full specifications, but says nothing about permissions, result limits, matching behavior (exact vs partial), or whether manufacturer names are valid queries.
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 tight sentence, front-loaded with the database label and the action, followed by examples and the return value. No filler, though the bracketed label prefix is mild overhead.
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 one-parameter search with no output schema or annotations, the description covers what it does, what it accepts, and what comes back (車款代號), which is enough to invoke it correctly. It would be stronger if it noted the query language or that the code feeds into get_model_specs.
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 coverage is 100% — the single query parameter is documented in the schema with examples (NSR250, RZ350). The description's manufacturer list (本田、山葉、鈴木、川崎) hints at searchable content but adds no syntax or matching rules beyond the schema.
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 (搜尋) and resource (二行程經典機車車款) and adds the return type (車款代號), which separates it from siblings like get_model_specs or find_part that operate on the same data. It does not name a sibling explicitly, so it falls just short of a 5.
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: an agent can infer it should search here when it has a model name and needs the model code. There is no explicit when-to-use, no when-not, and no pointer to get_model_specs for the follow-up lookup.
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.