Skip to main content
Glama

Stabledrop escrow payments

Verify Escrow Receipt

verify_escrow_receipt

Check a receipt's signature against the key its issuer publishes.

⚠️ THE KEY IS FETCHED FROM THE RECEIPT'S OWN iss, NOT FROM WHOEVER HANDED IT OVER. Otherwise anything that can serve a receipt can also serve the key that vouches for it, and the signature stops meaning anything.

Use this on receipts from anywhere, including ones this server did not produce.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payment_receiptYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description must carry behavioral disclosure, and it does. The warning that the key is fetched from the receipt's own `iss`, not from whoever handed it over, is a critical non-obvious behavior. The note about external receipts also clarifies scope, though it does not explicitly state side effects or error behavior.

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 compact and front-loaded: one purpose sentence, one security warning, one usage sentence. The warning is emphatic but earns its place because it prevents a critical security misuse. There is no filler.

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?

Given a single required string parameter and an output schema, the description covers the purpose, the key security caveat, and the supported input scope. It does not fully compare against sibling tools or document the receipt's wire format, but those are minor given the tool's simple surface.

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 schema only provides the parameter name and type, so the description must supply meaning. It does by indicating the receipt carries a signature and an `iss` claim that determines which key validates it. It does not specify the serialization format, but for a single string parameter this is a moderate gap, not a blocking one.

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 opens with a specific action and object: 'Check a receipt's signature against the key its issuer publishes.' This clearly identifies the tool's core function. It does not explicitly name sibling tools, but the usage note about receipts 'from anywhere, including ones this server did not produce' gives some scope 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 usage instruction: 'Use this on receipts from anywhere, including ones this server did not produce.' This tells an agent the tool is not limited to receipts the server generated. It does not name alternatives or list when not to use it, so it stops short of full routing guidance.

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