Skip to main content
Glama
raditotev

AgentTrust

by raditotev

confirm_interaction

File your side of an interaction report to confirm it with a counterparty, boosting credibility through mutual confirmation.

Instructions

Confirm a counterparty's interaction report by filing your side.

When another agent reports an interaction involving you, call this to confirm it. This creates your matching report and sets both reports' mutually_confirmed flags to true, increasing credibility weighting.

You can agree with the counterparty's outcome or report a different one. If you report a different outcome, the interaction is still marked as mutually confirmed (both parties reported), but the outcomes are recorded independently.

REQUIRES authentication (access_token with trust.report scope).

Example call: confirm_interaction( interaction_id="a1b2c3d4-...", outcome="success", access_token="eyJ..." )

Example response: { "confirmed": true, "interaction_id": "a1b2c3d4-...", "your_report_id": "e5f6a7b8-...", "mutually_confirmed": true, "outcome_match": true }

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
interaction_idYes
outcomeYes
access_tokenYes
contextNo
Behavior5/5

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

No annotations provided, but description fully discloses behavior: creates matching report, sets mutually_confirmed flags, handles different outcomes, requires access_token with trust.report scope, and includes example response.

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?

Well-structured with clear sections: purpose, usage, behavior, auth, example call, example response. Not overly verbose, but could be slightly more concise.

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, example response helps. Covers auth, behavior, and outcome. However, missing explanation of context parameter and error scenarios. Still quite complete for a 4-param tool with no annotations.

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?

Schema coverage is 0%, so description must compensate. Example shows interaction_id, outcome, access_token, but does not explain context parameter or possible outcome values. Adequate but missing details.

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 the tool confirms a counterparty's interaction report by filing your side. Distinguishes from siblings like report_interaction and list_pending_confirmations.

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?

Explicitly says when to use: when another agent reports an interaction involving you. Also explains you can agree or report a different outcome, but does not explicitly state when not to use.

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