Skip to main content
Glama

Pegel-Stammdaten

get_station
Read-onlyIdempotent

Master data of one station: measurement type, current value with its unit, thresholds (MNW/MHW, alert marks, as stored valueCentimeters), flood class, coordinates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stationIdYesNamespaced station id, e.g. "pegelonline:<uuid>" or "lhp:BY_10026301"

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameYes
unitYes
waterYes
latitudeYes
longitudeYes
thresholdsYes
latestValueYesLatest level, in `unit`
valueDivisorYesDivide any valueCentimeters by this to read it in `unit`
measurementTypeYesriver | groundwater | sea_level | reservoir
latestMeasuredAtYes
latestValueCentimetersYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false and openWorldHint=true, so the safety profile is covered. The description adds value by disclosing the payload contents, notably that thresholds are given as stored valueCentimeters with MNW/MHW and alert marks, but says nothing about freshness of the 'current value' or rate limits.

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?

A single dense sentence with the resource named up front followed by the field inventory. Nothing is wasted, though the parenthetical threshold detail makes it slightly list-like rather than fully front-loaded around the primary 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?

An output schema exists, so return-value documentation is not strictly required, yet the description still summarizes the important fields and the unit convention for thresholds. Together with a fully documented single required parameter, an agent has enough to call it correctly; only station-id acquisition is left implicit.

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%, and the stationId parameter already documents both supported namespace formats (pegelonline:<uuid>, lhp:BY_10026301). The description adds no parameter-level detail, so the schema does the heavy lifting and baseline 3 applies.

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

Purpose4/5

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

States a specific verb (implicitly retrieves) and resource (master data of one station), then enumerates the returned fields: measurement type, current value with unit, thresholds, flood class, coordinates. This clearly separates it from sibling tools like search_stations (plural discovery) and get_readings (time series), though no sibling is named explicitly.

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?

Usage is only implied: 'one station' suggests a single-station lookup requiring a station id, contrasting with search_stations. There is no explicit statement of when to use this versus get_readings or get_flood_situation, nor any prerequisite guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources