Skip to main content
Glama

UK Taxi PHV Regulatory Decision Layer

licensing_source_status

Free official-source health and evidence-freshness check before relying on a licensing answer or decision. Use when the user asks whether source data is current, fresh, stale, changed, trustworthy, conflicted, inaccessible, or under review for one authority or globally. Do not use for applicant eligibility itself.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
authorityNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the source type ('official-source'), the cost ('Free'), and the operation type ('check', implying read-only), and the mention of 'inaccessible' hints at the kind of statuses reported. However, it does not state whether the call is read-only, requires authentication, makes external network requests, or what the output looks like.

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?

Three sentences with no filler: the first front-loads the purpose, the second lists concrete trigger queries, and the third gives the key exclusion. Every sentence earns its place, and no schema details are redundantly repeated.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a one-optional-parameter tool with no output schema or annotations, the description covers purpose, usage triggers, parameter semantics, and exclusion. However, it never explains what the tool returns (e.g., a status report, freshness flags, timestamps) or how it handles an unknown authority, which leaves an agent somewhat in the dark about result handling.

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 description coverage is 0%, so the description must explain the 'authority' parameter, and it does: 'for one authority or globally' clarifies that the parameter narrows the check to a specific authority, while omitting it (null/default) means global coverage. It does not specify the exact string format or naming convention, but the core semantics are clear.

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 states a specific verb and resource: a 'health and evidence-freshness check' of official licensing sources. It also distinguishes itself from applicant-eligibility tools by explicitly saying 'Do not use for applicant eligibility itself,' and the enumerated trigger topics (current, stale, changed, conflicted, etc.) make the scope unmistakable.

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?

It provides explicit when-to-use conditions ('Use when the user asks whether source data is current, fresh, stale, changed...') and a clear when-not boundary ('Do not use for applicant eligibility itself'). It stops short of naming alternative sibling tools, so the routing guidance is strong but not fully explicit.

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.3/5.0
Disambiguation5/5

Each tool has a clearly separate role: single-authority eligibility, multi-authority comparison, source health, coverage discovery, and service metadata. The descriptions even include explicit 'not for' guidance, so an agent should not confuse them.

Naming Consistency4/5

All names use lowercase snake_case and are descriptive, but two use verb-first construction (compare_, list_) while the other three are noun phrases (licensing_source_status, taxi_licence_preflight, taxi_phv_info). This is a minor style deviation rather than a chaotic mix.

Tool Count5/5

Five tools is an appropriate size for a decision-layer server: two paid decision tools and three free support/info tools. Each tool has a distinct workflow purpose and none are redundant.

Completeness5/5

The tool set covers the full decision workflow: discovering supported authorities, checking source freshness, running a single-authority preflight, comparing authorities, and getting service/pricing guidance. There are no obvious dead ends or missing operations within the stated scope.

Resources