Skip to main content
Glama

UK Taxi PHV Regulatory Decision Layer

taxi_phv_info

Free service metadata: payment mode, decision tools, freshness behavior, and safety boundary. Call this first when integrating the MCP.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4/5.0
Behavior3/5

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

No annotations are present, so the description carries the burden of behavioral disclosure. It does convey that this is a metadata/informational tool and hints at safety boundaries and freshness behavior. It stops short of articulating whether the tool is strictly read-only, whether authentication is needed, or what side effects (if any) exist.

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 two short sentences with no wasteful content. It front-loads the core metadata categories and ends with an actionable directive, making it easy to scan and internalize.

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 metadata tool that has an output schema, the description provides sufficient context: it tells the agent when to call it and what subject areas the metadata covers. Since the output schema exists, the description does not need to restate return value details.

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 input schema is empty, so there are zero parameters to document. According to the baseline for zero-parameter tools, the description does not need to add parameter semantics. The mention of metadata categories relates to the output, not the inputs.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a provider of service metadata, enumerating payment mode, decision tools, freshness behavior, and safety boundary. It also marks it as the first integration step, which clarifies its role. It does not explicitly contrast itself with sibling tools, so it falls short of full differentiation.

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 gives an explicit trigger: 'Call this first when integrating the MCP.' This is clear context for when the tool should be used. However, it does not mention when not to use it or directly name alternate tools such as compare_licensing_requirements or taxi_licence_preflight.

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