escrow_status
Check the current state of an escrow (funded, released, disputed, expired, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| escrow_id | Yes | The escrow ID to check |
Check the current state of an escrow (funded, released, disputed, expired, etc.)
| Name | Required | Description | Default |
|---|---|---|---|
| escrow_id | Yes | The escrow ID to check |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the read-only nature via 'Check' and provides useful context by listing possible state values. It does not mention error conditions or permissions, but for a simple status query this is adequately transparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, front-loaded sentence that immediately states the verb and resource. Every word earns its place, with no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter read tool, the description covers the purpose and gives examples of expected return states. Since there is no output schema, a bit more detail about the exact response structure could be beneficial, but the description is still reasonably complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already fully describes the only parameter (escrow_id: 'The escrow ID to check') at 100% coverage. The tool description adds no additional meaning beyond what the schema provides, so a baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb 'Check' with a clear resource 'current state of an escrow' and enumerates example states (funded, released, disputed, expired), clearly distinguishing it from sibling tools like escrow_create, escrow_dispute, and escrow_release.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies when to use this tool: whenever you need to know the current escrow state. It does not explicitly mention alternatives or exclusions, but the context is unambiguous enough for an agent to select it over sibling mutation tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.