Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_stationA

Search OeBB stations by name.

Use this to find station IDs needed for other tools.
Returns matching stations with IDs, coordinates, and types.

Args:
    query: Station name to search for (e.g. "Wien Hbf", "Salzburg")
    max_results: Maximum number of results to return (default 10)
station_boardA

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)
trip_searchA

Search train connections between two OeBB stations.

Provide station IDs or names for departure and arrival stations.
Supports future trip planning via time/time_mode parameters.
Returns connections with departure/arrival times, duration, changes, and legs.

Args:
    from_station_id: Departure station ID (e.g. "1190100")
    from_station_name: Departure station name (e.g. "Wien Hbf")
    to_station_id: Arrival station ID (e.g. "8100002")
    to_station_name: Arrival station name (e.g. "Salzburg Hbf")
    max_connections: Maximum connections to return (default 5)
    time: ISO 8601 time (e.g. "2026-04-15T08:00:00"), defaults to now
    time_mode: "departure" (default) or "arrival"
    direct_only: Only show direct connections without changes (default false)
service_alertsA

Fetch current OeBB service alerts and disruptions.

Returns active alerts with headlines, descriptions, affected stations,
and date ranges.

Args:
    max_alerts: Maximum number of alerts to return (default 20)
    product_filter: Product bitmask — 1=ICE/RJX, 2=IC/EC, 4=NJ,
        8=D/EN, 16=REX/R, 32=S-Bahn, 64=Bus,
        4096=private operators (Westbahn/RegioJet), 65535=all

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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