Skip to main content
Glama

Get stop accessibility

get_stop_accessibility

Get accessibility information for a stop place (Entur): per-quay (platform) wheelchair access, and a summary. Note: Entur's free API exposes wheelchair access per quay; deeper equipment detail (elevators, tactile guidance) is only in Entur's authenticated Stop Register API and is not available here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stop_place_idYesEntur Stop Place ID, e.g. 'NSR:StopPlace:59872'. Get one from resolve_stop_place.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden and does so well: it reveals the data source, the per-quay granularity, and the explicit limitation that deeper equipment detail is unavailable. It stops short of describing response shape or error behavior, which keeps it from a 5.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two tightly written sentences earn their place: the first front-loads the operation and output scope, the second adds a valuable limitation without redundancy. No wasted words.

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?

The one required parameter is fully documented and the description states what the response will contain at a high level. Since there is no output schema, a little more detail about the exact response shape would be ideal, but nothing needed to select or invoke the tool correctly is missing.

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?

The input schema already gives 100% coverage for stop_place_id, including format, example, and a pointer to resolve_stop_place, so the tool description adds no extra parameter semantics. Baseline 3 is appropriate because the schema fully carries this weight.

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?

The description names a specific verb and resource: getting accessibility information for a stop place, with a concrete scope (per-quay wheelchair access plus a summary). It does not explicitly contrast with a sibling tool, so it falls just short of full differentiation, but the Entur and per-quay context makes the purpose unmistakable.

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 note explicitly states when not to use this tool (when elevators or tactile guidance are needed) and names the alternative (Entur's authenticated Stop Register API). The parameter description also directs the agent to resolve_stop_place to obtain the required ID, so invocation context is fully covered.

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.