Skip to main content
Glama

report_outcome

Report whether a resolver request actually worked and how much agent friction it required.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
successYes
latencyMsNo
requestIdYes
agentStepsNo
failureReasonNo
selectedServerNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations, the description fully bears the burden of disclosing behavioral traits. It implies a non-destructive reporting operation but does not explain what happens behind the scenes (e.g., whether data is stored, sent, or logged), nor any side effects or requirements.

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?

The description is a single, front-loaded sentence that efficiently conveys the core purpose. Every word contributes meaning; there is no redundancy or filler.

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

Completeness2/5

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

Given the tool's complexity (6 parameters, no output schema, no annotations), this one-sentence description is inadequate. It does not cover required fields, parameter details, or expected outcomes, leaving significant gaps for an agent to safely invoke the tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 0%, so the description must compensate. It hints at 'success' and 'agent friction' (likely agentSteps), but does not clarify the meaning of requestId, latencyMs, failureReason, or selectedServer. The parameter names are somewhat self-explanatory, but the description adds minimal value.

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 clearly states the tool's function: reporting whether a resolver request worked and the agent friction involved. It uses a specific verb ('report') and a clear resource ('resolver request'), which distinguishes it from sibling tools like resolve (which likely performs the request) and submit_mandate.

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 does not specify when to use this tool versus its siblings, nor does it mention any prerequisites or context. It only describes what it does, leaving the agent to infer when report_outcome should be invoked.

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.

Resources