Skip to main content
Glama

get_approach_for_station

Retrieve real-time bus approach information for all active routes at a given Nagoya bus station, sorted by proximity of arriving buses.

Instructions

Get real-time bus approach information for all routes at a station.

Provides a list of routes that currently have activity at the specified station (either a recent passage time or at least one approaching bus), along with a URL for more details.

Routes that have neither a latest pass time nor any approaching buses are filtered out and are not included in the result. The remaining routes are sorted by the proximity of their approaching buses so that routes with the nearest approaching vehicles appear first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
station_numberYesThe station number to query (e.g., 22460).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesバス停の接近情報のURL
routesYes接近情報のある系統のリスト
Behavior4/5

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

With no annotations, the description effectively discloses key behavioral traits: it filters out routes without recent activity, sorts by proximity, and includes a URL. This goes beyond basic functionality and helps an agent understand the tool's behavior.

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 concise with three sentences, front-loading the main purpose and then providing clear details about filtering and sorting. Every sentence adds value without redundancy.

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

Completeness5/5

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

Given a simple parameter and the presence of an output schema, the description covers all essential aspects: what it does, what is filtered, sorting order, and the inclusion of a URL. It is fully complete for an agent to use correctly.

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 coverage is 100% with a clear parameter description. The tool description does not add additional meaning beyond the schema's existing description, so it meets the baseline without extra value.

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 clearly states it gets real-time bus approach information for all routes at a station, distinguishing it from siblings like get_approach_for_route (specific route) and get_timetable (timetable). The verb 'Get' and resource 'approach for station' are specific and unambiguous.

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

Usage Guidelines4/5

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

The description provides clear context on when to use (to get approach info for all routes at a station) and what the output contains. However, it does not explicitly exclude use cases or mention alternatives, leaving some ambiguity for agents to infer from sibling names.

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/ymyzk/nagoya-bus-mcp'

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