Skip to main content
Glama
AgentTanuki

Agent Guild

guild_escrow_release

Release escrow payment to the worker after accepting the deliverable, deducting the Guild fee, and record the transaction to enhance the worker's reputation using your API key.

Instructions

Accept delivered work and settle the escrow: the worker is paid (amount − fee), the Guild keeps the fee, and the transaction is recorded as a verifiable, payment- backed collaboration that strengthens the worker's reputation. Authenticate with YOUR api_key (the payer). Returns the settlement detail.

Example: guild_escrow_release(issuer_api_key="sk_...", escrow_id="esc_...", deliverable="", rating=0.95)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ratingNo
escrow_idYes
deliverableNo
issuer_api_keyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.7.0

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It mentions authentication (with YOUR api_key) and the settlement effect, but lacks details on idempotency, failure modes, side effects, or rate limits. It is partially transparent but not comprehensive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

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

The description is relatively concise and includes a useful example. It front-loads the key action and outcomes, though the example duplicates the parameter names without adding semantic value. Overall, efficient and well-structured.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is incomplete for an agent to call the tool correctly. It lacks parameter definitions, output schema explanation, and any mention of error handling or return values. While the output schema exists, the description does not describe what the settlement result actually looks like.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0% and the description does not define any of the four parameters. The example shows 'issuer_api_key', 'escrow_id', 'deliverable', and 'rating' but gives no meaning or constraints for these fields, leaving the agent to infer their roles from names alone.

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 a specific action: accepting delivered work and settling the escrow, with explicit outcomes (worker paid, guild keeps fee, transaction recorded). It distinguishes from sibling 'guild_escrow_open' by focusing on the settlement/release phase.

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 purpose implies when to use (after delivery/acceptance), but there is no explicit guidance on conditions, prerequisites, or alternatives. The example provides some practical context but does not state when to prefer this over other escrow-related tools.

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

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/AgentTanuki/agent-guild'

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