Skip to main content
Glama
AiAgentKarl

agent-insurance-mcp-server

create_escrow

Creates an escrow to securely lock funds between buyer and seller agents for task completion, with automatic release upon completion or dispute resolution.

Instructions

Erstellt einen neuen Escrow fuer eine Agent-Transaktion.

Sperrt den angegebenen Betrag sicher zwischen Buyer und Seller Agent. Der Betrag wird erst freigegeben, wenn die Aufgabe abgeschlossen ist oder ein Streitfall geloest wurde. Risikobasierte Praemie wird berechnet.

Args: buyer_agent_id: ID des zahlenden Agents (z.B. 'agent_weather_v2') seller_agent_id: ID des leistungserbringenden Agents (z.B. 'agent_code_gen') amount: Betrag der abzusichernden Transaktion (z.B. 50.0) task_description: Beschreibung der zu erbringenden Leistung deadline_hours: Frist in Stunden bis zur automatischen Aufloesung (1-720, Standard: 24)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
amountYes
buyer_agent_idYes
deadline_hoursNo
seller_agent_idYes
task_descriptionYes
Behavior4/5

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

The description discloses key behavioral traits: funds are locked until completion or dispute resolution, and a risk-based premium is calculated. This goes beyond a simple mutation statement, although permissions and error handling are not mentioned. With no annotations, this provides good transparency.

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 concise (approx. 7 lines plus Args) and well-structured with a clear purpose paragraph followed by parameter details. No redundant information, though the Args section could be integrated more tightly.

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?

Given no output schema and no annotations, the description covers the tool's purpose, parameters, and core behavior. It lacks specification of the return value (e.g., escrow ID) and prerequisites, but is otherwise fairly complete for a creation tool.

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 description coverage is 0%, so the description must compensate. It includes an Args section with each parameter's purpose and example values (e.g., buyer_agent_id: 'agent_weather_v2'). This adds significant meaning beyond the schema titles, though not exhaustive.

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 tool creates an escrow for agent transactions, with specific verb "Erstellt" and resource "Escrow fuer eine Agent-Transaktion". It explains the core function and is distinct from sibling tools like get_escrow_status or list_escrows.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool vs alternatives. The description does not provide context for when this tool should be selected over other escrow-related tools like open_dispute or release_escrow.

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/AiAgentKarl/agent-insurance-mcp-server'

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