Mind the Gates — UK level crossings
Server Details
Live barrier status and closure forecasts for ~1,600 UK level crossings. Public data, no auth.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.6/5 across 4 of 4 tools scored. Lowest: 2.7/5.
Each tool has a clearly distinct purpose: busiest_today for ranking, crossings_near for proximity, crossing_status for live status, and list_crossings for searching. No overlap exists.
Tool names use lowercase underscores but follow different patterns: busiest_today (adjective+time), crossings_near (noun+preposition), crossing_status (noun+noun), list_crossings (verb+noun). This inconsistency is noticeable but still readable.
With 4 tools covering search, nearest, status, and rankings, the set is well-scoped for an information-only server. The count is reasonable and each tool earns its place.
The tool surface covers key user needs: finding crossings, checking live status, and seeing busy times. Minor gaps (e.g., no list-all or historical data) exist but don't hinder core functionality.
Available Tools
4 toolsbusiest_todayBusiest crossings todayAInspect
Today's ranking of crossings by predicted road-closed time.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It reveals the ranking is based on 'predicted' road-closed time, hinting at a model or forecast. However, it does not disclose whether the data is real-time, cached, or requires authentication, nor does it explain the prediction methodology or limitations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, clear sentence with no unnecessary words. It is front-loaded with the tool's primary purpose and is perfectly concise.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has no parameters or output schema, so the description must convey the output format. It states 'ranking of crossings' but does not specify whether the output is a list of crossing IDs, names, or objects with times. For a simple read operation, this is moderately complete but leaves ambiguity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are no parameters, so the schema provides no additional meaning. The description adds value by specifying the ranking criterion ('by predicted road-closed time'), which is not evident from the schema. This justifies a score above the baseline of 4.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it provides a ranking of crossings by predicted road-closed time for today. The verb 'ranking' implies a list, and the resource 'crossings' is specified. It distinguishes from siblings like crossings_near (location-based) and crossing_status (status of a specific crossing).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit when-to-use or when-not-to-use guidance is given. The description does not mention alternatives or context. For a simple tool with no parameters, usage is arguably implicit, but the lack of any guidance is a gap.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
crossings_nearCrossings near a pointCInspect
Nearest listed level crossings to a lat/lon.
| Name | Required | Description | Default |
|---|---|---|---|
| lat | Yes | ||
| lon | Yes | ||
| limit | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must bear the full burden of behavioral disclosure. It does not specify behavior such as handling of invalid coordinates, empty results, output format, or parameter constraints beyond the schema. The description is too minimal to be transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence, making it concise. However, it lacks detail that could be included without verbosity. For a tool with three parameters, more structured information would be beneficial. It is not overly long, but it is under-specified.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity and lack of annotations or output schema, the description should provide more context, such as return format, error handling, and parameter roles. The current description leaves the agent to infer too much, making it incomplete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description adds no information about parameters. It does not explain that 'lat' and 'lon' are in decimal degrees or that 'limit' controls the maximum number of results. The description fails to add meaning beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool finds nearest listed level crossings to a lat/lon. It uses a specific verb ('nearest') and identifies the resource ('level crossings') with input coordinates. This effectively distinguishes it from siblings like 'busiest_today' (busiest crossings) and 'list_crossings' (all crossings).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. There is no mention of scenarios, prerequisites, or exclusions. The description only states what the tool does, not when it is appropriate.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
crossing_statusLive crossing statusAInspect
Live barrier status, next-30-minute closure timeline and approaching trains for one crossing (markdown). Pass the crossing's URL word (from list_crossings) or its name.
| Name | Required | Description | Default |
|---|---|---|---|
| crossing | Yes | URL word or name, e.g. 'thatcham' |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden. It mentions 'live' status and markdown output, but does not disclose behavioral traits such as rate limits, caching, or error handling. The description is adequate but not rich.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences: one for output content and format, one for parameter usage. No redundant words, information is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and full schema coverage, the description is complete enough. It explains what the tool returns and how to call it, though missing details on what happens if the crossing is not found.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema covers the single parameter with a clear example. The description adds value by explaining the source of the value ('from list_crossings') and reinforces acceptable inputs, going beyond the schema's description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns live barrier status, closure timeline, and approaching trains for a single crossing. It specifies the output format is markdown, and distinguishes from siblings by focusing on one crossing vs. lists.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description instructs to pass the crossing's URL word (from list_crossings) or its name, providing clear context. However, it does not explicitly state when not to use this tool or contrast with siblings like busiest_today.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_crossingsSearch level crossingsAInspect
Search UK level crossings by name, URL word or region. Returns matches with their status URLs.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | part of a crossing name, e.g. 'thatcham' |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description must fully convey behavioral traits. It states it returns matches with status URLs, but omits whether the operation is read-only, requires authentication, has rate limits, or paginates results. For a read/search tool, this is insufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence covering purpose, search criteria, and output. It is front-loaded and wastes no words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with two parameters and no output schema, the description covers key aspects: search criteria and return content (status URLs). However, it does not detail limit behavior or error cases, which would improve completeness.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 50% (only query described). The description adds context for query ('name, URL word or region'), partially compensating. However, the limit parameter has no description in schema or description, leaving its purpose (max results) unclear.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool searches for UK level crossings by name, URL word, or region, and returns matches with status URLs. This differentiates it from sibling tools like crossings_near (location-based) and crossing_status (status lookup).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when searching by textual identifiers (name, URL word, region), but lacks explicit guidance on when not to use it versus alternatives. No direct mention of when to prefer other sibling tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!