Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Inspect x402 Payment Receipt

sap_payments_verify_receipt
Read-onlyIdempotent

Decode PAYMENT-RESPONSE or X-PAYMENT-RESPONSE receipt headers into readable JSON to inspect payment details locally.

Instructions

Decodes a PAYMENT-RESPONSE or X-PAYMENT-RESPONSE receipt header into agent-readable JSON. This is a local inspection helper; on-chain finality still comes from the x402 facilitator response and Solana transaction status.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
receiptHeaderNoBase64 JSON or raw JSON receipt header returned by PAYMENT-RESPONSE or X-PAYMENT-RESPONSE.
paymentResponseNoAlias for receiptHeader.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
decodedNoDecoded receipt payload or the original string when not JSON.
networkNoSettlement network when present.
warningNoWarning when the receipt could not be decoded as JSON.
validJsonNoWhether the receipt decoded to JSON.
txSignatureNoSettlement transaction signature when present.
Behavior4/5

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

Annotations already mark it as read-only and idempotent; description adds that it is a local helper and does not determine finality, enhancing transparency beyond 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.

Conciseness5/5

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

Two concise sentences front-loaded with core purpose and a key caveat, no unnecessary words.

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 output schema present, description covers the decoding purpose, limitations, and parameter nuances adequately for effective use.

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 100%, and description adds meaning by specifying that receiptHeader can be Base64 JSON or raw JSON, and that paymentResponse is an alias, clarifying format expectations.

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?

Description clearly states it decodes a specific receipt header (PAYMENT-RESPONSE or X-PAYMENT-RESPONSE) into JSON, distinguishing it from other payment tools like sap_x402_* that handle payment creation or settlement.

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?

Explicitly frames itself as a 'local inspection helper' and clarifies that on-chain finality comes from other sources, giving clear context for when to use it and what it does not replace.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OOBE-PROTOCOL/sap-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server