Skip to main content
Glama

disruptions

Read-only

Aktuelle Störungen, Baustellen und Liniensperrungen im ÖPNV. Für „gibt es Störungen", „Ausfälle in X" ist dieses Werkzeug die Auskunft, nicht das Allgemeinwissen. Datenlage — wichtig: Störungsmeldungen liegen derzeit für Niedersachsen, Bremen und Hamburg vor; außerhalb gibt es dafür KEINE Datengrundlage. (Verbindungen und Abfahrten sind davon nicht betroffen — die sind deutschlandweit.) Eine leere Antwort ist deshalb nur dann eine Entwarnung, wenn das Feld coverage sie als solche ausweist; außerhalb der abgedeckten Gebiete heißt sie, dass du es nicht weißt. Keine Pflicht-Args — ohne Filter kommen die aktiven Meldungen, gekappt auf limit. Optional: line (Liniennummer/-token, z.B. '6', 'U3') und stop (Haltestellen-Name) verknüpfen UND; area (Stadt/Gemeinde) bestimmt das coverage und sortiert die unverorteten Meldungen — es unterdrückt sie nicht: die kommen getrennt in unplaced zurück, auch ohne area. Nenne nur Filter, die der Nutzer wirklich nannte. Format: kompakter Einrück-Text (TOON), kein JSON; die Schreibweise steht in der Anleitung. Anleitung: get_usage_guide mit tool='disruptions' — die sechs coverage-Werte, die beiden Listen, die Felder einer Meldung und woran eine gekappte Antwort zu erkennen ist. Anti-Fab: nur zurückgegebene Meldungen nennen; eine Meldung ohne betroffene Linie und ohne betroffenen Halt ist eine allgemeine Störung und wird keiner Linie zugeschrieben, eine Meldung aus unplaced keinem Ort.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
areaNoArea or city name (`"Hannover"`). Matches the municipality the affected stops lie in, and decides the `coverage` the answer reports. It never suppresses a report: the ones it cannot place come back in `unplaced`.
lineNoLine token as printed on the vehicle (`"6"`, `"169"`, `"U3"`). A disruption is kept only if it names that line — under one of its `affected_lines` or one of its `affected_line_refs`.
stopNoStop name (`"Kröpcke"`). Case-insensitive substring match against the disruption's `affected_stops`.
limitNoMaximum number of disruptions, at least 1. Default 5, values above 15 are served as 15. It shortens the answer, it does not choose better entries — an answer that had to leave something out says so (`truncated` + `total`).
formatNoAnswer serialisation: `"toon"` (default) or `"json"` — the detail is in `get_usage_guide`. **An agent leaves this out.**
include_unplacedNo`false` leaves the `unplaced` list out of the answer (default `true`). It only shortens the answer — `coverage` still counts what was left out, so it never turns into an all-clear.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.8/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, and destructiveHint=false; the description adds substantial context beyond that: the regional data-coverage limitation, the semantics of an empty answer (all-clear only if `coverage` says so, otherwise "du es nicht weißt"), truncation semantics (`limit` caps, `truncated` + `total` signals), and anti-fabrication rules (never attribute an unplaced report to a line/place). This is exactly the context annotations alone cannot convey.

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 long but densely structured with bold leads ("Datenlage — wichtig", "Keine Pflicht-Args", "Format", "Anleitung", "Anti-Fab"), and the most safety-critical caveat (data coverage) is front-loaded right after the purpose. Every sentence earns its place; the length is long but justified by the open-world and anti-fabrication stakes for a 6-param, 0-required tool.

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?

For a tool with openWorldHint=true, no output schema, and heavy inference risk, the description is complete: it covers purpose, data limits, filter semantics, output format (TOON, not JSON), a concrete pointer to the six coverage values via `get_usage_guide`, and truncation indicators. The one deferral to the usage guide is a legitimate division of labor rather than a gap.

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

Parameters4/5

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

Schema coverage is 100% and the schema itself already documents all six parameters richly (e.g., `area` "never suppresses a report`). The description adds meaning beyond the schema by spelling out the AND-combination of `line` and `stop`, the `area`→`coverage` relationship, and the directive to pass only user-named filters — genuinely additive, just leaving the baseline 3 one notch higher.

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 opens with a specific verb+resource: "Aktuelle Störungen, Baustellen und Liniensperrungen im ÖPNV" — a clear, specific queryable scope. It further distinguishes itself from siblings by stating it is the answer source for disruption queries "nicht das Allgemeinwissen" and by explicitly separating disruptions from connections/departures, which are "deutschlandweit" covered.

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

Usage Guidelines5/5

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

The description states explicitly when to use it ("Für ‚gibt es Störungen"), gives an exclusion boundary (no data basis "außerhalb" Niedersachsen/Bremen/Hamburg), and routes alternatives ("Verbindungen und Abfahrten sind davon nicht betroffen"). It even specifies response interpretation rules conditioned on the `coverage` field, leaving nothing to inference.

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