Skip to main content
Glama

Mind the Gates — UK level crossings

Search level crossings

list_crossings
Read-onlyIdempotent

Search UK level crossings by name, URL word or region name (substring, case-insensitive). Returns one line per match — name, crossing type, region, and a status URL ending .md that returns that crossing's live markdown status. Reports the total match count and returns the first limit; there is no pagination, so narrow the query to see different matches. Names starting with the query sort first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum matches to return; clamped to 1-50. The total match count is reported regardless.
queryYesSubstring of a crossing name, its URL word, or a region name, e.g. 'thatcham' or 'kent'.

TDQS

A4.8/5.0
Behavior5/5

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

The description adds significant behavioral context beyond the annotations (readOnlyHint, openWorldHint, idempotentHint). It details the return format (one line per match with name, type, region, status URL), total match count, lack of pagination, and sorting priority, providing a complete picture of the tool's behavior.

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 at four sentences, with clear front-loading of the purpose. Each sentence adds necessary information without redundancy, making it easy for an AI agent to parse quickly.

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?

Despite the lack of an output schema, the description fully explains the return format and behavior, including edge cases like no pagination and sorting. Given the tool's complexity (text search with limit), the description is complete and actionable.

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

Parameters5/5

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

Although the input schema already describes the parameters (query and limit) with 100% coverage, the description adds valuable semantics: it explains that the query is a substring search across multiple fields, that the limit is a maximum with no pagination, and that results starting with the query sort first. These details enhance the agent's understanding beyond the schema.

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 the tool searches UK level crossings by name, URL word, or region name using substring and case-insensitive matching. It distinguishes itself from sibling tools like busiest_today, crossings_near, and crossing_status by focusing on text-based searching.

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

Usage Guidelines4/5

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

The description explains that results are limited to the first `limit` matches with no pagination, advising users to narrow queries for different results. It also mentions sorting behavior for names starting with query. However, it does not explicitly state when not to use this tool (e.g., for status or location queries).

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