Skip to main content
Glama

station_board

Fetch live departure or arrival boards for Austrian OeBB stations. Provide a station name or ID to get train products, directions, planned and real times, and platforms.

Instructions

Fetch live departures or arrivals at an OeBB station.

Provide either station_id or station_name (name is auto-resolved).
Returns train products, directions, planned/real times, and platforms.

Args:
    station_id: OeBB station ID (e.g. "1190100" for Wien Hbf)
    station_name: Station name to search for (e.g. "Wien Hbf")
    board_type: "DEP" for departures (default), "ARR" for arrivals
    max_journeys: Maximum number of journeys to return (default 10)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
board_typeNoDEP
station_idNo
max_journeysNo
station_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the burden of disclosing behavior. It states that data is live and includes return fields, and that station name is auto-resolved. However, it does not specify behavior when both station_id and station_name are provided, error handling, or any side effects (though it is clearly read-only). This is adequate but not deeply transparent.

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 well-structured with a clear opening sentence and a parameter list. It is reasonably concise, though some redundancy exists between the opening guidance and the parameter details. It remains easy to scan and front-loads the core purpose.

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

Completeness4/5

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

Given that an output schema exists (so return format is covered), the description covers all essential usage aspects: station identification, board type, and result count. It could be more complete by addressing ambiguity (e.g., what if both station_id and station_name are given) or error cases, but overall it is solid for a read-only tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema provides zero description for parameters (0% coverage), so the description fully compensates by explaining each parameter with examples and default behavior. It clarifies board_type values, station_id format, and max_journeys semantics, adding significant meaning beyond the schema.

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 the tool fetches live departures or arrivals at an OeBB station, with a specific verb (fetch) and resource (station board). It distinguishes itself from siblings like search_station and trip_search by focusing on real-time station-level data.

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 gives clear context for when to use this tool (live departures/arrivals) and explains how to specify the station via ID or name. However, it does not explicitly mention alternatives or when not to use it, so it lacks explicit exclusions.

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/slettmayer/oebb-mcp-server'

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