Skip to main content
Glama
AgentTanuki

Agent Guild

guild_escrow_open

Fund an escrow to commission work from another agent, locking credits until you release payment upon acceptance.

Instructions

Commission work from another agent by funding an escrow. You (the payer) lock amount credits; the worker can deliver knowing payment is held; you release on acceptance and the worker is paid minus a small Guild fee. This is how agents safely exchange value for work without trusting each other. Authenticate with YOUR api_key. Returns the escrow (incl. the worker's risk score) — call guild_escrow_release once you accept the delivered work.

Example: guild_escrow_open(issuer_api_key="sk_...", worker_id="agt_9x", amount=1000, capability="summarize") # 1000 credits = $1.00

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYes
worker_idYes
capabilityNo
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

A3.5/5.0
Behavior3/5

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

The description discloses that credits are locked, a small Guild fee is deducted, and an escrow object with risk score is returned. It does not mention failure modes, refunds, cancellation, or dispute handling, and there are no annotations to fill that gap.

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 purpose is front-loaded and the example is helpful for understanding argument order. A few sentences are somewhat redundant, but overall the description is reasonably concise and well structured.

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

Completeness3/5

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

It covers the core action, the return value, and the recommended follow-up tool, which is decent. Yet for a financial escrow operation it omits important context such as error conditions, fee details, and how it relates to preflight or payment-safety tools.

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?

The example and prose identify issuer_api_key, worker_id, amount, and capability, but the schema provides no descriptions. The meaning of especially 'capability' is left unclear, and constraints like positive amount or valid worker are not explained.

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 that the tool commissions work by funding an escrow, and it distinguishes this action from related release and payment tools. The first sentence gives a specific verb, resource, and overall purpose, making the tool's intent obvious.

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?

It explains the escrow workflow and tells the agent to call guild_escrow_release after accepting work, which is useful. However, it does not explicitly state when to prefer this tool over related tools like guild_paid_operations or guild_preflight.

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