Skip to main content
Glama
raditotev

AgentTrust

by raditotev

file_dispute

File a dispute against an interaction outcome by providing the interaction ID and a clear reason. Requires authentication.

Instructions

File a dispute against an interaction outcome.

Provide the interaction_id from a previously reported interaction and a clear reason explaining why you believe the outcome was incorrectly reported.

REQUIRES authentication (access_token) and trust.dispute.file scope.

Filing frivolous disputes damages your own trust score — dismissed disputes apply a small penalty to the filer.

Returns dispute_id and status ('open').

Example call: file_dispute( interaction_id="a1b2c3d4-...", reason="Counterparty did not deliver the agreed code review within SLA", access_token="eyJ..." )

Example response: { "dispute_id": "d5e6f7a8-...", "interaction_id": "a1b2c3d4-...", "filed_against": "550e8400-...", "status": "open", "created_at": "2026-03-20T12:00:00+00:00" }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
interaction_idYes
reasonYes
access_tokenYes
evidenceNo
Behavior5/5

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

Discloses authentication requirements, scope, and consequences of frivolous disputes (trust score penalty). With no annotations, this carries full burden and handles it well.

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?

Concise yet comprehensive: purpose, instructions, warnings, return info, and example call. Every sentence adds value; no redundancy.

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

Completeness5/5

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

Given 4 parameters, 3 required, no output schema, the description covers all necessary aspects: inputs, side effects, return structure, and example response. Missing nothing critical.

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 0%, so description must add meaning. It explains interaction_id comes from a previous report, reason must justify the dispute. The optional 'evidence' parameter is mentioned but not detailed, slightly reducing score.

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?

Clearly states 'File a dispute against an interaction outcome', identifying verb and resource. Distinguishes from sibling tools like report_interaction and resolve_dispute.

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?

Explains when to use (after a reported interaction) and provides required parameters (interaction_id, reason, access_token). Does not explicitly exclude alternatives, but context is clear.

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/raditotev/agent-trust'

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