Skip to main content
Glama

approve_uk_supplier

Read-onlyIdempotent

Paid x402 UK tool for gb.supplier.approve.v1 (AVAILABLE). Claims are limited to the named official sources.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payeeNo
policy_idYesDeclared onboarding policy, normally GB_NEW_SUPPLIER_V1.
vat_numberNo
eori_numberNo
company_numberYesCompanies House company number, including any two-letter prefix when applicable.
idempotency_keyYesCaller-generated key. Send the identical value in the Idempotency-Key header.
sanctions_subject_namesNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
policyYes
resultYesOffer-specific facts and machine-action inputs; interpret with decision, coverage and limitations.
paymentYes
coverageYesCountry, population and explicit coverage limitations.
decisionYes
evidenceYesSource-scoped evidence references; absence is never a clean finding.
replayedNo
conditionsYes
request_idYes
delivery_idNo
limitationsYes
valid_as_ofYes
valid_untilYes
execution_idNo
reason_codesYes
authorizationYes
source_healthYes
machine_actionYes
schema_versionYes
economic_activityYes
product_or_solutionYes
required_informationYes

TDQS

C2.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds context about it being 'Paid x402' and that claims are limited to official sources, which gives extra behavioral context. However, it remains vague about side effects, costs, or what 'claims' means, so it only partially supplements the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short with no verbose filler, which is good for conciseness. However, the text is cryptic ('x402', 'AVAILABLE', 'named official sources') and under-specifies the tool, making clarity suffer. It is concise but not effective communication.

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

Completeness2/5

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

Given the tool has 7 parameters, nested objects, an output schema, and many siblings, the minimal description is insufficient. It lacks usage context, behavior under failure, and does not clarify what 'paid' or 'claims limited' means operationally. An output schema exists, but this does not compensate for missing contextual guidance.

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

Parameters1/5

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

Schema description coverage is only 43%, and the description adds no parameter-level information. It does not explain fields like vat_number, eori_number, sanctions_subject_names, or the nested binding_evidence. With low coverage, the description was expected to compensate, but it does not.

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

Purpose2/5

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

The description 'Paid x402 UK tool for gb.supplier.approve.v1 (AVAILABLE)' names a method but does not state what the tool actually does with a verb. It does not clearly say it approves, checks, or verifies a UK supplier, and it does not distinguish this tool from siblings like approve_supplier or run_uk_supplier_approval.

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

Usage Guidelines2/5

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 compared to alternatives. The phrase 'Claims are limited to the named official sources' hints at a constraint but does not explain when this tool is appropriate or when another tool should be chosen. Sibling tools offer many similar approval functions, but no differentiation is given.

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

C2.4/5.0
Disambiguation2/5

Multiple tools appear to address the same action with only country or payment-model differences, such as company_check/run_uk_company_check, approve_supplier/approve_uk_supplier, authorize_payment/run_uk_payment_authorization, and screen_restricted_party/screen_restricted_business_party. Even with descriptions, an agent will struggle to pick the intended tool reliably.

Naming Consistency2/5

Naming mixes bare global verbs (company_check, approve_supplier, authorize_payment) with UK-prefixed variants (run_uk_company_check, approve_uk_supplier, authorize_uk_business_payment), plus free-form names like counterfactual, preflight, quote, and capabilities. There is no single consistent verb_noun or country-modifier convention across the set.

Tool Count2/5

46 tools is far beyond the typical well-scoped MCP surface, and the set carries heavy duplication through global/UK/free/paid variants. While the domain may justify multiple country-specific operations, the tool count itself will overwhelm agents and make selection harder.

Completeness4/5

The server covers the main compliance lifecycle well: discovery (capabilities, preflight, quote, resolve_agent_intent), verification, supplier approval, payment authorization, invoice matching, passport issuance/refresh, and verification receipts. Minor gaps exist around explicit cancellation/revocation or list/search operations, but core workflows have no major dead ends.

Resources