Skip to main content
Glama
yasg1988

transport12 MCP Server

by yasg1988

Get route vehicles

get_route_vehicles

Retrieve online vehicles operating on a specific route using the transport12 route ID. Monitor current transit operations in real time.

Instructions

Get online vehicles for a route.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
routeIdYestransport12 route id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.3

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only says 'online vehicles', leaving unclear what 'online' means operationally, whether authentication is required, how results are ordered, or what the response shape is. This is a significant gap for a real-time data tool.

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

Conciseness4/5

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

The description is a single efficient sentence, front-loaded with the action and resource. It earns its place, though it could have used its brevity to include a bit more context about vehicle status or response behavior.

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?

The tool is simple, but with no output schema and no annotations, the description should explain more about what 'online vehicles' means and what the caller gets back. It also lacks routing guidance relative to sibling tools, so an agent has to infer too much.

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 already documents routeId with a 'transport12 route id.' description at 100% coverage. The description's 'for a route' adds minimal semantic value beyond the schema, 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.

Purpose4/5

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

The description states a specific verb ('Get') and a specific resource ('online vehicles for a route'), making the core action clear. It does not explicitly name sibling tools like get_vehicle_forecast, so differentiation from related tools is partially left to inference.

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?

No guidance is provided on when to use this tool versus alternatives such as get_vehicle_forecast or get_route_stops. The phrase 'for a route' implies a routeId is needed, but there is no explicit context, exclusions, or mention of prerequisites.

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