Skip to main content
Glama

get_bus_vehicles

Retrieve real-time vehicle locations for a given Ohio State bus route code. Input the route code to get current positions of buses.

Instructions

Get real-time vehicle/bus locations for a specific route

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
route_codeYesBus route code (ACK, BE, CC, CLS, ER, MC, MM, NWC, WMC)
Behavior2/5

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

With no annotations provided, the description must fully disclose behavioral traits. It states 'real-time' but does not explain the output format (e.g., coordinates, vehicle IDs), whether it requires authentication, or any caching/rate limit behavior. The description is minimal at best.

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

Conciseness5/5

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

The description is a single concise sentence that immediately conveys the tool's purpose. There is no unnecessary wording, making it highly efficient.

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

Completeness3/5

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

Given the simplicity of the tool (one parameter, no output schema), the description is somewhat adequate but lacks details about return values, potential errors, or how to interpret results. For a tool fetching real-time data, more context on data freshness or limits would improve completeness.

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?

Schema description coverage is 100% with the parameter having a clear enum and description. The tool description adds no additional semantics beyond what the schema already provides. The baseline of 3 applies because the schema handles parameter documentation adequately.

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

Purpose5/5

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

The description uses a specific verb 'Get' and resource 'real-time vehicle/bus locations for a specific route'. It clearly distinguishes from sibling tools like get_bus_routes (which provide static route info) and get_bus_stops (which provide stop info).

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

Usage Guidelines3/5

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

The description implies usage when real-time vehicle locations for a route are needed, but it does not explicitly state when to use this tool versus alternatives like get_bus_routes or get_bus_stops. No when-not or alternative recommendations are provided.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sichengchen/ohio-state-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server