Skip to main content
Glama
yasg1988

transport12 MCP Server

by yasg1988

Search bus station destinations

search_bus_station_destinations

Find bus station destinations by entering a settlement name. Get available destinations for planning public transport travel.

Instructions

Search bus station destinations by settlement name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesDestination name.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.3

TDQS

C2.5/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states 'search' without revealing whether it is read-only, any limitations, output format, or other behavioral traits. This is insufficient for a tool with no annotation support.

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

Conciseness3/5

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

The description is a single, short sentence, so it is concise and not bloated. However, it is under-specified; it does not front-load any distinguishing or additional context. It is more an example of minimalism than of effective conciseness.

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

Completeness2/5

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

For a search tool with a single parameter and no output schema, the description provides only the bare minimum. It does not explain what the results look like, any pagination or filtering behavior, or how it relates to other search tools. This is inadequate for an agent to use it correctly without additional context.

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 schema already describes the parameter as 'Destination name', which is almost identical to the description's 'settlement name'. The description adds no extra meaning beyond the schema, and with 100% schema coverage, the baseline of 3 is appropriate.

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

Purpose3/5

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

The description states a specific verb ('Search') and a resource ('bus station destinations'), but it is vague about what 'destinations' encompasses and does not differentiate from sibling search tools like search_stops or search_everything. The phrase 'by settlement name' gives some hint but not enough to uniquely identify this tool's scope.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus the many sibling search tools. The description does not mention any context, exclusions, or alternative tools, leaving the agent to guess based on the name alone.

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