Skip to main content
Glama

UK Taxi PHV Regulatory Decision Layer

list_supported_authorities

Free discovery tool. List licensing authorities currently supported by the deterministic taxi/PHV rule bundle. Use before requesting a paid decision.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It communicates that this is a read-only, no-cost discovery operation ('Free discovery tool') and that the result reflects the current state ('currently supported'). For a zero-parameter list tool, this is sufficient behavioral disclosure.

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 short sentences, front-loaded with the most important signal ('Free discovery tool'), followed by the resource and usage instruction. Every sentence earns its place and there is no filler.

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?

For a zero-parameter listing tool, the description adequately tells the agent what it returns, when to use it, and that it is free. No output schema exists, but the return value is self-explanatory from the tool name and description.

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?

The tool has zero parameters, so there is no per-parameter meaning for the description to add. The baseline of 4 applies, and no compensation is needed.

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 action ('List') and a precise resource ('licensing authorities currently supported by the deterministic taxi/PHV rule bundle'). The 'Free discovery tool' framing and the unique resource distinguish it from sibling tools like compare_licensing_requirements and taxi_licence_preflight.

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 gives explicit placement guidance: 'Use before requesting a paid decision.' This tells an agent when to call it, though it does not explicitly name alternative tools or describe when not to use it.

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

A3.7/5.0
Disambiguation5/5

Each tool has a clearly distinct role: discovery, metadata, evidence health, single-authority preflight, and cross-authority comparison. There is minimal overlap between paid decision tools and free supporting tools.

Naming Consistency3/5

Names are readable and domain-relevant, but they mix verb-led names like compare_licensing_requirements and list_supported_authorities with noun-led names like licensing_source_status and taxi_phv_info. There is also minor inconsistency between 'licence' and 'licensing'.

Tool Count5/5

Five tools is a well-scoped set for a focused regulatory decision layer. Each tool covers a necessary function without redundancy or bloat.

Completeness5/5

The tool surface covers the full decision workflow: discovery, service metadata, evidence health checks, single-authority preflight, and cross-authority comparison. No obvious dead ends or missing core operations are apparent for the stated purpose.

Resources