Skip to main content
Glama

Mind the Gates — UK level crossings

Busiest crossings today

busiest_today
Read-onlyIdempotent

The ten UK level crossings with the most predicted road-closed time today. Takes no arguments. Each line gives the rank, crossing name, predicted minutes closed across the whole day, and a status URL ending .md. The ranking is computed from today's timetable once per day, shortly after UK midnight, and the build timestamp is included in the reply — it is a whole-day total, not a live reading, so use crossing_status for what a barrier is doing now. Briefly unavailable right after a restart while the first build runs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.9/5.0
Behavior5/5

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

The description discloses key behavioral traits beyond annotations: computed once per day after midnight, includes build timestamp, unavailable after restart. These add value since annotations only indicate read-only and idempotent.

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?

The description is concise (3-4 sentences), front-loaded with purpose, and every sentence provides essential information: output format, update frequency, guidance, and availability. No wasted words.

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?

The description is fully complete for a simple tool: explains output (rank, name, minutes, URL), update cadence, and behavioral quirks (unavailable after restart). No output schema needed as format is described.

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?

With zero parameters and 100% schema coverage, the description adds the confirmation 'Takes no arguments' and explains the output format. Baseline is 4, and the description meets that with no gaps.

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 clearly states it returns the ten UK level crossings with the most predicted road-closed time today. It uses specific verbs ('gives') and identifies the resource (level crossings), and distinguishes from sibling tools like crossing_status.

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 explicitly guides when to use this tool vs. crossing_status: 'it is a whole-day total, not a live reading, so use crossing_status for what a barrier is doing now.' It also notes unavailability after restart.

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.

TDQS

A4.6/5.0
Disambiguation5/5

Each tool performs a distinct function: busiest_today gives predicted delays, crossings_near finds nearby crossings, crossing_status provides live status for one crossing, and list_crossings searches for crossings. No overlap in purpose.

Naming Consistency4/5

Tools use snake_case and mostly follow a verb_noun or descriptive pattern (list_crossings, crossing_status). 'busiest_today' and 'crossings_near' deviate slightly but remain clear and consistent overall.

Tool Count4/5

Four tools is appropriate for a focused domain like UK level crossings. It covers key operations without being too sparse or overwhelming.

Completeness4/5

The server covers main use cases: search, list busy crossings, find nearby crossings, and get live status. Missing features like detailed static crossing info or historical data, but not essential given the real-time focus.

Resources