Skip to main content
Glama

peer_stake_dispute_protection_enabled

Read-only

Read whether a deposit has dispute protection enabled for a payment method.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
escrowYesEscrow address.
paramsNoOptional raw JSON params merged beneath typed fields.
depositIdYesDeposit ID.
paymentMethodYesPayment method hash.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already establish readOnlyHint=true and destructiveHint=false, and the description aligns by saying 'Read.' It adds the boolean nature of the result ('whether'), which is useful, but does not disclose edge cases, return format when absent, or error behavior. With annotations covering the safety profile, this is adequate but not rich.

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?

One sentence, front-loaded with the action, and no filler. Every word contributes to the tool's meaning.

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?

For a simple boolean read with read-only annotations and fully described required parameters, the description is nearly complete. It doesn't explicitly state the output type or behavior for missing deposits, but 'whether' sufficiently conveys a boolean result.

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?

The input schema covers 100% of parameters with descriptions for escrow, depositId, and paymentMethod. The description does not add parameter-level detail beyond the schema, so it stays at the baseline 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('Read') and a specific condition ('whether a deposit has dispute protection enabled for a payment method'), clearly naming the resource and scope. It does not explicitly distinguish from sibling tools, but the predicate nature makes it unambiguous among the peer_stake_* and deposit_* siblings.

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?

The description gives no guidance on when to call this tool versus the many sibling deposit/stake tools, nor any prerequisites or exclusions. It implies a use case through its purpose but does not state conditions for selection.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.