Skip to main content
Glama

Dispute a charge

dispute

Flag a metered call for the provider to review. Takes the receipt and a short reason. The receipt must verify and must have charged something. The dispute lands in that provider's queue and is visible to Routavo. One dispute per receipt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reasonYesWhat was wrong, in plain words. Up to 500 characters. Do not paste the response body.
receiptYesThe receipt object from the call() result you are disputing.

Schema Changelog

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

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and discloses real side effects: the dispute is placed in the provider's queue, is visible to Routavo, and is limited to one per receipt. It stops short of stating reversibility or auth requirements, but the important write-side behavior is clear.

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?

Five short sentences, each carrying distinct value: action, inputs, preconditions, destination/side effect, and unique constraint. No filler or repetition.

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 two-parameter action with no output schema, the description covers what, when, preconditions, and consequences. It does not specify the return shape or error behavior, but those are not needed to invoke the tool correctly.

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 coverage is 100%, but the description adds beyond the schema by noting the reason should be short and that the receipt must verify and have charged something. It also connects the receipt parameter to the call() result implicitly through the mention of a metered call.

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 opens with a specific verb-resource pair ('Flag a metered call') and names the exact domain (disputing a charge). This clearly distinguishes it from sibling tools like call, discover, and verify by indicating this is the review/flagging action, not a creation or verification action.

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

Usage Guidelines4/5

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

It gives concrete preconditions: the receipt must verify and must have charged something, and one dispute is allowed per receipt. It does not explicitly name sibling alternatives or say when not to use them, but the conditions clearly gate when the tool applies.

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.

TDQS

A4.5/5.0
Disambiguation5/5

Each tool occupies a clear stage in the workflow: discover searches for providers, call executes the metered call, verify checks receipts, and dispute handles post-call issues. Even though discover and call both reference capabilities, their purposes are distinct and unlikely to be confused.

Naming Consistency5/5

All four tools use the same concise single-verb imperative style: call, discover, dispute, verify. The pattern is consistent and predictable, with no mixed conventions or misleading names.

Tool Count5/5

Four tools is well-scoped for the focused domain of routing calls on the Routavo network, metering them, and handling verification and disputes. Each tool earns its place, and none feels redundant or missing.

Completeness5/5

The tool surface covers the full client-side lifecycle: discover capabilities, make a call, verify the receipt, and dispute a charge. The only possible additions would be conveniences like history or dispute tracking, but the core workflow is complete.

Resources