Skip to main content
Glama

Verify Skip Twin

verify_skip_twin
Read-onlyIdempotent

Verify a circular-economy Skip Passport against the waste-diversion twin. Returns JSON passport with Lean 4 proof hash. Compliance: EU AI Act Art. 14. Cost £10 per call.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skip_idYesCircular-economy skip / waste-diversion twin identifier.
manifest_hashYesSHA-256 hex (optional 0x prefix) of the skip manifest.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNoTrue when the tool completed without a validation error.
toolNoTool name that produced this payload.
ledgerNoskip_transactions write status.
paymentNoSettlement receipt after x402 or sandbox payment.
passportNoManifest match and waste-diversion disclaimer.
lean4_proof_hashNoHash of the Lean 4 compilation.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior5/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 important non-obvious behavior: the return format (JSON passport with Lean 4 proof hash), legal compliance (EU AI Act Art. 14), and the £10 per-call cost. No contradiction exists.

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 three short sentences with no filler. It front-loads the core action and resource, then concisely states the return value, compliance note, and cost—each earning its place.

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?

With only two fully documented parameters, an output schema, and safety-relevant annotations, the description provides sufficient extra context: return shape, proof hash, compliance, and cost. Nothing critical is missing for correct invocation.

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?

The input schema provides 100% coverage of parameter descriptions for skip_id and manifest_hash, so the description does not need to add parameter-level detail. It adds no additional semantics beyond the schema, so the baseline score of 3 is appropriate.

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 uses an active verb, 'Verify', and identifies a distinct resource: the circular-economy Skip Passport against the waste-diversion twin. This differentiates it from sibling verify_* tools such as verify_biodiversity and verify_agent_trust.

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

Usage Guidelines3/5

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

The description provides clear operational context for what the tool does, but it does not explicitly state when to use this tool versus sibling verification tools or provide exclusion criteria. Usage is implied rather than explicitly routed.

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.

Resources