search_station
按关键词搜索12306车站名称,返回匹配的车站中文名列表。不确定城市有哪些车站时使用。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes |
按关键词搜索12306车站名称,返回匹配的车站中文名列表。不确定城市有哪些车站时使用。
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full responsibility for behavioral disclosure. It only states the action and result, without mentioning read-only nature, error handling, rate limits, or other behavioral traits. For a search operation, more transparency about side effects (or lack thereof) is expected.
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?
The description is a single concise sentence that front-loads the action and includes a usage note. Every word earns its place, with no redundancy or filler.
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 simple one-parameter tool with no output schema and no annotations, the description covers the essential purpose and usage guidance. It lacks behavioral details (e.g., error handling, response format), but given the simplicity, it is largely sufficient for an agent to invoke it correctly.
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 0%, so the description must compensate for parameter meaning. It merely mentions 'by keyword' without specifying format, case sensitivity, or examples. This adds minimal value beyond the schema's own 'keyword' label, leaving the parameter under-explained.
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?
The description clearly states the action (search) and resource (12306 station names), and specifies the return type (list of matching Chinese names). It naturally distinguishes itself from the sibling query_train_tickets, which is for ticket queries rather than station lookup.
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?
Provides explicit guidance on when to use: '不确定城市有哪些车站时使用' (use when unsure which stations a city has). This gives clear context for selection, though it does not explicitly name alternatives or state when not to use it.
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.
The two tools serve clearly distinct purposes: one queries ticket availability, the other searches for station names. No overlap in functionality.
Both tool names follow a consistent verb_noun pattern ('query_train_tickets', 'search_station'), which is predictable and easy to understand.
With only two tools, the set is minimal but appropriate for a focused ticket-querying server. It sits just below the typical 3-15 range but is not excessively sparse.
The server covers the core querying workflow (searching stations and querying tickets) but lacks booking or management features. For a query-only service, it is mostly complete, though additional actions like train schedules could be expected.