Skip to main content
Glama
OOBE-PROTOCOL

SAP MCP Server

Build SAP Escrow V2 Settlement Transaction

sap_escrow_build_settle_transaction
Destructive

Builds an unsigned escrow settlement transaction (settle_calls_v2). Preview the transaction, then finalize with local signing via sap_payments_finalize_transaction. Requires agent wallet, service hash, and calls to settle.

Instructions

Hosted-safe unsigned builder for settle_calls_v2. The agent owner wallet signs locally. DisputeWindow escrows create a pending settlement PDA; CoSigned escrows require the coSigner account when configured. SAP MCP context: Hosted-safe unsigned Escrow V2 builder. The output is not submitted and is not signed by hosted SAP MCP. Preview it, then call local sap_payments_finalize_transaction with submit:true and confirm:true. Never create temporary signing scripts or read keypair JSON.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nonceNoOptional escrow nonce as a decimal string. Defaults to 0.
coSignerNoOptional co-signer public key for CoSigned escrows when the escrow account requires it.
agentWalletNoAgent owner wallet public key (base58). This wallet signs locally because settlement releases funds to the serving agent.
serviceHashNo32-byte service/audit hash. Use a stable hash of the fulfilled paid work.
callsToSettleNoNumber of served calls to settle as a decimal string.
depositorWalletNoDepositor wallet public key (base58) for the escrow being settled.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
contentYesMCP content blocks returned to the caller.
isErrorNoTrue when the tool result represents an application-level error.
Behavior4/5

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

Annotations declare readOnlyHint=false and destructiveHint=true. The description adds valuable behavioral context: it is a builder (not executable), the agent wallet signs locally, DisputeWindow escrows create a pending PDA, CoSigned escrows may need coSigner. This goes beyond annotations, though some details (e.g., whether the tool itself affects state) could be clearer.

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 concise, front-loading the core purpose. Every sentence adds value: builder identity, local signing, escrow type differences, and finalization instructions. No redundant or filler content.

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?

With 6 fully-described parameters, output schema present, and detailed workflow instructions (preview, finalize with flags), the description covers essential usage. It lacks details on error scenarios or expected output format, but given the output schema exists, completeness is adequate.

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 covers 100% of parameters with descriptions, so baseline is 3. The description adds contextual meaning for coSigner ('when the escrow account requires it') but otherwise does not significantly enhance parameter understanding beyond the schema.

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 states it builds an unsigned settlement transaction for escrow V2 ('Hosted-safe unsigned builder for settle_calls_v2'). It distinguishes between DisputeWindow and CoSigned escrows and provides context about the output not being submitted. Purpose is specific and unambiguous.

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 explicit instructions: preview, then call local sap_payments_finalize_transaction with submit:true and confirm:true. It warns against creating signing scripts or reading keypair JSON. However, it lacks explicit comparisons to sibling escrow builders (e.g., build_deposit, build_withdraw) or mention of when to choose settlement over others.

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