Skip to main content
Glama
raditotev

AgentTrust

by raditotev

resolve_dispute

Resolve an open dispute between agents by selecting 'upheld', 'dismissed', or 'split' resolution. Requires arbitrator authorization.

Instructions

Resolve an open dispute. REQUIRES arbitrator authorization.

The caller's access_token is verified via AgentAuth:

  1. Token introspection verifies identity

  2. trust.dispute.resolve scope is checked

  3. AgentAuth check_permission is called for 'execute' on '/trust/disputes/resolve' This ensures the agent is an authorized arbitrator per AgentAuth policies.

resolution options:

  • upheld: dispute is valid; penalizes the agent filed against

  • dismissed: dispute is frivolous; slightly penalizes the filer

  • split: partial fault on both sides

Returns updated dispute status and resolution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dispute_idYes
resolutionYes
access_tokenYes
resolution_noteNo
Behavior5/5

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

With no annotations, the description fully discloses behavioral traits: the authorization process, side effects of each resolution option (penalties), and that it returns updated status. No contradictions.

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 well-structured with a summary sentence, bulleted auth steps, and list of options. It is slightly verbose on auth details but every sentence adds value. Front-loading is good.

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, the description mentions return of updated dispute status and resolution. It covers resolution options and auth, but could elaborate on error conditions or prerequisites like the dispute being open (already mentioned). Still adequate.

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 compensate. It explains the 'resolution' parameter via options (upheld, dismissed, split) and clarifies 'access_token' usage. However, 'dispute_id' and 'resolution_note' lack explicit description, though their purpose is easily inferred.

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's purpose: 'Resolve an open dispute.' It specifies the verb (resolve) and resource (dispute), distinct from sibling 'file_dispute' which would create a 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?

The description explicitly requires arbitrator authorization and details the auth flow, but it does not directly compare to alternatives or specify when not to use it. However, the resolution options and auth requirements provide clear context.

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