Skip to main content
Glama

spraay_escrow_release

Release escrow funds to the beneficiary by generating an unsigned ERC-20 transfer transaction. Only the depositor or arbiter can initiate, with a $0.005 USDC fee.

Instructions

Release escrow funds to the beneficiary. Returns an unsigned ERC-20 transfer transaction for the depositor to sign. Only depositor or arbiter can release. Data persists in Supabase. Costs $0.005 USDC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
callerYesCaller address — must be depositor or arbiter
escrowIdYesEscrow ID to release (e.g. 'ESC-A1B2C3D4E5F6')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesTrue when the gateway call succeeded; false when it returned an error.
dataNoThe gateway response payload on success. The exact shape depends on the tool (see the tool description and the JSON in the text content block).
errorNoHuman-readable error message, present only when ok is false.
Behavior4/5

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

Annotations show readOnlyHint: false and destructiveHint: false. The description adds value by explaining the tool returns an unsigned transaction (not executing directly), mentions cost ($0.005 USDC), and data persistence. No contradiction with 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?

Description is three sentences, each delivering key information: action, output, authorization, persistence, cost. No redundant or vague language.

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?

Covers key aspects: action, output (unsigned tx), authorization, persistence, cost. With an output schema present, the description appropriately focuses on behavioral context. Could optionally mention what happens if caller is unauthorized, but not required.

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 coverage is 100%, so baseline is 3. The description adds minimal param info beyond the schema (reiterates caller must be depositor/arbiter), which is already in the schema description. No additional semantic depth.

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 the action ('Release escrow funds to the beneficiary'), specifies the output ('unsigned ERC-20 transfer transaction'), and distinguishes from sibling escrow tools by detailing the release action and authorization requirement.

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 states that only the depositor or arbiter can release, providing clear usage context. Does not explicitly mention when not to use or name alternatives, but the authorization constraint is sufficient guidance.

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/plagtech/spraay-x402-mcp'

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