Skip to main content
Glama
HansF
by HansF

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
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_stationsA

Search for railway stations in Belgium by name

get_liveboardB

Get real-time departures or arrivals from a station

find_connectionsB

Find routes between two stations with connection details

get_train_infoB

Get detailed information about a specific train including all stops and current delays

get_disturbancesA

Get current network disruptions and planned maintenance works

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clear, distinct purpose: route planning, disruptions, liveboard, train details, and station search. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., find_connections, get_liveboard), making them predictable.

Tool Count5/5

With 5 tools, the set is well-scoped for a railway information server, covering essential operations without being excessive.

Completeness5/5

The tool surface covers core railway info needs: station lookup, liveboard, connections, train details, and disturbances. No obvious gaps for an informational API.

Maintenance

ActivityInactive
ResponsivenessNo issues