Skip to main content
Glama

UK Taxi PHV Regulatory Decision Layer

Server Details

England taxi/private-hire PHV licensing: official-source blockers, stale sources, compare councils.

Ownership verified
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

5 tools
compare_licensing_requirementsAInspect

x402 paid comparison across TWO OR MORE councils/licensing authorities ($0.05 USDC/call). Use when a user asks which authority is easier/better to license in, wants requirements/trade-offs compared, or is choosing where to license an applicant/fleet. Not for a single-authority eligibility check.

ParametersJSON Schema
NameRequiredDescriptionDefault
payloadYesCross-authority comparison request. Call list_supported_authorities first, then supply one or more exact authority names plus the applicant facts to compare. Additional applicant facts are allowed so authority-specific rule inputs are not narrowed.

TDQS

A4.4/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It clearly discloses the paid nature and exact cost ($0.05 USDC/call), the two-or-more authority constraint, and the fact that results are comparative. It stops short of describing output format or failure behavior, but the most important behavioral traits are visible.

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 sentences with no wasted words. It front-loads the paid nature, cost, and cardinality, then gives concrete use cases and an exclusion. Every sentence earns its place.

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

Completeness4/5

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

The description covers selection criteria, cost, minimum cardinality, and the main exclusion, while the schema adds the prerequisite to call list_supported_authorities first. The main missing piece is output format, but the description is adequate for deciding when to call and how to construct a valid payload.

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 coverage is high, and the payload schema is unusually rich: it explains that authorities must be exact names from list_supported_authorities, that applicant facts apply consistently, and that additional applicant facts are allowed. The description's 'TWO OR MORE' requirement also usefully tightens the schema's looser minItems:1 constraint.

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: a paid comparison of licensing requirements across two or more councils/authorities, and explicitly lists the user intents it serves. It also differentiates itself from single-authority eligibility checks, which separates it clearly from sibling tools.

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 triggers ('easier/better to license in', 'requirements/trade-offs compared', 'choosing where to license') and an explicit negative case ('Not for a single-authority eligibility check'). It does not name the exact alternative sibling tool, but the when/when-not guidance is clear enough for an agent to route correctly.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

licensing_source_statusAInspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
authorityNo

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.

list_supported_authoritiesAInspect

Free discovery tool for coverage. Use when the user asks which councils/licensing authorities are supported, whether a named council or authority is supported, or what areas this taxi/PHV MCP can handle. Do not use to decide applicant eligibility.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.5/5.0
Behavior3/5

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

No annotations are provided, so the description carries the behavioral burden. It does convey that this is a non-mutating 'discovery tool' and adds an exclusion boundary, but it does not state return format, data source, auth needs, or rate limits. It is not contradictory, but behavioral detail remains thin.

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 sentences: the first front-loads the core purpose, the second gives precise use cases and an explicit exclusion. 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, read-only discovery tool, the description is complete for selection and invocation. The tool's name plus description make the output shape obvious, and the eligibility exclusion closes the main misunderstanding risk.

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 parameter documentation burden. The baseline for zero-parameter tools is 4, and the description adds no conflicting or missing parameter information.

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 purpose ('discovery tool for coverage') and names the exact user intents that should trigger it: asking which councils/authorities are supported or whether a named one is supported. This clearly sets it apart from sibling tools focused on requirements, source status, and preflight checks.

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

Usage Guidelines5/5

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

It provides an explicit when-to-use list covering multiple phrasings of the same need, and an explicit when-not-to-use instruction ('Do not use to decide applicant eligibility'). This gives an agent decisive selection criteria.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

taxi_licence_preflightAInspect

x402 paid decision for ONE council/licensing authority ($0.02 USDC/call). Use when a user asks whether one driver, applicant, vehicle or fleet is eligible/ready, what requirements or blockers apply, what information is missing, or what to do next before submission/onboarding. Not for comparing multiple authorities.

ParametersJSON Schema
NameRequiredDescriptionDefault
payloadYesOne-authority applicant/fleet preflight facts. Start by calling list_supported_authorities and use the returned authority name exactly. Additional authority-specific facts are allowed and are evaluated only when the evidence-backed rule bundle declares them.

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It does disclose the paid nature and exact cost ($0.02 USDC/call) and the single-authority scope, which is valuable. However, it does not state whether this is a read-only call, whether it has side effects, or what the decision response contains beyond the implied eligibility/requirements/missing-information output.

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 short sentences with no filler: cost/scope is front-loaded, the use-cases are compactly listed, and the exclusion is a single clear clause. Every sentence earns its place.

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

Completeness4/5

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

The description covers cost, scope, when to use, and the main exclusion, which is strong for a preflight decision tool. It does not describe the return structure, and there is no output schema to compensate, but the input schema provides important workflow guidance such as starting with list_supported_authorities. A little more on response shape would make it fully complete.

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

Parameters3/5

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

Schema description coverage is 100%, and the payload schema already documents each field, including the instruction to use the authority name returned by list_supported_authorities. The tool-level description adds no new parameter-specific meaning, so the baseline 3 is appropriate.

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 states this is a paid decision for ONE council/licensing authority and enumerates the concrete question types it answers: eligibility/readiness, requirements/blockers, missing information, and next steps. It mostly differentiates from siblings by noting it is not for comparing multiple authorities, though it does not name the alternative compare tool directly.

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 explicitly says 'Use when a user asks whether...' and lists specific intents, giving clear guidance on when to invoke the tool. It also provides a when-not with 'Not for comparing multiple authorities,' but it stops short of naming sibling tools explicitly, so it is not quite a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

taxi_phv_infoAInspect

Free service metadata, pricing and x402 buyer guidance. Use when the user asks what this MCP/service does, what a paid call costs, how payment/x402 works, or what the evidence-safety boundary is. Do not use for a licensing decision.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A4.7/5.0
Behavior4/5

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

With no annotations present, the description carries the behavioral disclosure burden. It reveals that the tool is free, informational, and provides guidance rather than executing an action. It does not explicitly state 'read-only' or 'no side effects,' but the informational nature is strongly implied and sufficient for a zero-parameter metadata tool.

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, front-loaded with the core purpose followed by concise usage guidance. Every sentence adds distinct information without redundancy or 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 informational tool with an output schema present, the description covers all necessary orientation: what it is, when to use it, and when not to. The sibling tools and output schema handle the remaining context, so nothing critical is missing.

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 are no schema fields to document. The empty input schema is fully covered, and the description appropriately focuses on usage context rather than parameter syntax, which is moot here.

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 identifies the tool as a metadata/pricing/guidance resource, with specific examples of user intents it serves ('what this MCP/service does, what a paid call costs, how payment/x402 works'). It also differentiates itself from the licensing-focused sibling tools with an explicit 'Do not use for a licensing decision' directive.

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

Usage Guidelines5/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...') and a clear when-not-to-use exclusion ('Do not use for a licensing decision'). This leaves no ambiguity about when the agent should select this tool over the licensing-oriented siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updates
    • Changedcompare_licensing_requirements6 fields changed
      • addedInput schema / additionalProperties
        Added value: +false
      • addedInput schema / properties / payload / description
        Added value: +"Cross-authority comparison request. Call list_supported_authorities first, then supply one or more exact authority names plus the applicant facts to compare. Additional applicant facts are allowed so authority-specific rule inputs are not narrowed."
      • addedInput schema / properties / payload / examples
        Added value: +[
        +  {
        +    "applicant": {
        +      "age": 30,
        +      "driving_licence_years": 4,
        +      "has_pass_plus_certificate": true
        +    },
        +    "authorities": [
        +      "City of Bradford Metropolitan District Council",
        +      "Cambridge City Council"
        +    ]
        +  }
        +]
      • addedInput schema / properties / payload / properties
        Added value: +{
        +  "applicant": {
        +    "additionalProperties": true,
        +    "description": "Applicant/fleet facts applied consistently to every authority in the comparison.",
        +    "examples": [
        +      {
        +        "age": 30,
        +        "driving_licence_years": 4,
        +        "has_pass_plus_certificate": true
        +      }
        +    ],
        +    "properties": {
        +      "age": {
        +        "description": "Applicant age in years when relevant to the authority rule being checked.",
        +        "minimum": 0,
        +        "type": "number"
        +      },
        +      "driving_licence_years": {
        +        "description": "Completed years the applicant has held the driving licence, when known.",
        +        "minimum": 0,
        +        "type": "number"
        +      },
        +      "has_pass_plus_certificate": {
        +        "description": "Whether the applicant has a Pass Plus certificate, when relevant.",
        +        "type": "boolean"
        +      }
        +    },
        +    "type": "object"
        +  },
        +  "authorities": {
        +    "description": "Exact supported authority names returned by list_supported_authorities.",
        +    "items": {
        +      "minLength": 1,
        +      "type": "string"
        +    },
        +    "minItems": 1,
        +    "type": "array",
        +    "uniqueItems": true
        +  }
        +}
      • addedInput schema / properties / payload / required
        Added value: +[
        +  "authorities",
        +  "applicant"
        +]
      • removedInput schema / properties / payload / title
        Removed value: -"Payload"
    • Changedtaxi_licence_preflight6 fields changed
      • addedInput schema / additionalProperties
        Added value: +false
      • addedInput schema / properties / payload / description
        Added value: +"One-authority applicant/fleet preflight facts. Start by calling list_supported_authorities and use the returned authority name exactly. Additional authority-specific facts are allowed and are evaluated only when the evidence-backed rule bundle declares them."
      • addedInput schema / properties / payload / examples
        Added value: +[
        +  {
        +    "age": 30,
        +    "authority": "City of Bradford Metropolitan District Council",
        +    "driving_licence_years": 4,
        +    "has_pass_plus_certificate": true
        +  }
        +]
      • addedInput schema / properties / payload / properties
        Added value: +{
        +  "age": {
        +    "description": "Applicant age in years when relevant to the authority rule being checked.",
        +    "minimum": 0,
        +    "type": "number"
        +  },
        +  "authority": {
        +    "description": "Exact supported licensing-authority name returned by list_supported_authorities.",
        +    "minLength": 1,
        +    "type": "string"
        +  },
        +  "driving_licence_years": {
        +    "description": "Completed years the applicant has held the driving licence, when known.",
        +    "minimum": 0,
        +    "type": "number"
        +  },
        +  "has_pass_plus_certificate": {
        +    "description": "Whether the applicant has a Pass Plus certificate, when relevant.",
        +    "type": "boolean"
        +  }
        +}
      • addedInput schema / properties / payload / required
        Added value: +[
        +  "authority"
        +]
      • removedInput schema / properties / payload / title
        Removed value: -"Payload"
  2. 5 tool updates
    • First observedcompare_licensing_requirements
    • First observedlicensing_source_status
    • First observedlist_supported_authorities
    • First observedtaxi_licence_preflight
    • First observedtaxi_phv_info

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    B
    maintenance
    Query current and historical UK official figures (tax bands, minimum wage, benefits, energy price cap and 100+ more) with effective dates and links to official government sources. Data refreshed whenever the official sources change.
    -
  • A
    license
    A
    quality
    A
    maintenance
    UK property area intelligence: validated trajectory scores, gentrification early-warning and area screening for 2,292 England & Wales postcode districts, from 30+ government data sources.
    7
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Unmodified government company data from 27 registries, live. Cross-border UBO chain walker for AI agents. 60+ tools covering GB, IE, NO, FR, DE, NL, PL, BE, CH, LI, MC, IM, IS, CY, AU, NZ, CA, TW, HK, MY, FI, CZ, ES, IT, KR, US — raw upstream fields preserved, no LLM extraction.
    10
    17
    Apache 2.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    UK public procurement data for AI agents. Tenders, contracts, buyer and supplier profiles over MCP and REST. 250 free credits.
    MIT
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