Skip to main content
Glama

Report a prediction-market preflight outcome

report_prediction_market_outcome
Idempotent

Close the behavioral feedback loop for one prior evaluate_prediction_market receipt. Call after the Agent proceeds, reduces position size, changes side, waits, requests review, aborts, or encounters an execution failure. Submit only the bounded enums and one-time token returned by the evaluation. Never include wallet data, keys, prompts, order payloads, personal data, or free-form trading rationale. This self-report measures whether the preflight changed behavior; it does not prove profitability or prediction accuracy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
receipt_idYesReceipt UUID returned by evaluate_prediction_market.
action_takenYes
failure_typeNo
outcome_tokenYes
execution_resultYes

Schema Changelog

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

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already indicate idempotent and non-destructive, but the description adds meaningful behavioral context: it is a self-report that does not prove profitability or accuracy, and it enforces data hygiene (no wallet data, keys, prompts, etc.). This goes beyond the annotations and gives the agent a clear mental model of the tool's side effects and limitations.

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 concise—four sentences—and each sentence serves a purpose: main action, when to call, submission constraints, and purpose/limits. It front-loads the core purpose and immediately gives practical usage instructions without fluff 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 self-reporting tool with no output schema, the description covers the necessary context: why to call, when, what to submit, and what the report does and does not prove. With annotations covering idempotency and non-destructiveness, the description is sufficiently complete for an agent to invoke it correctly, though it omits details about possible response codes or error handling.

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?

The schema description coverage is low (20%), so the description must compensate. It references 'bounded enums' and 'one-time token', which map to the enum parameters and outcome_token, and instructs to avoid extraneous data. However, it does not explain the meaning of each parameter (e.g., what 'execution_result' values represent) beyond their names. It provides partial semantic guidance but not enough to fully replace schema descriptions.

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 states a precise action ('Close the behavioral feedback loop') and a specific resource ('one prior evaluate_prediction_market receipt'), and lists concrete scenarios that trigger the call. It clearly differentiates this from siblings like report_tool_outcome by focusing exclusively on prediction-market preflight outcomes, leaving no ambiguity about what the tool does.

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 explicitly states when to call the tool: after the listed behavioral actions (proceeds, reduces position, etc.) or on execution failure. It also specifies what to submit (bounded enums and one-time token) and what to never include. While it doesn't name alternative tools or say 'use this instead of X', the scoping to prediction-market preflight implicitly excludes broader reporting tools, providing adequate usage guidance.

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.2/5.0
Disambiguation4/5

Tools are mostly distinct with clear descriptions. Potential overlap exists among search_tools, recommend_tools, list_capabilities, and get_capability_graph, but each serves a different purpose (query vs. recommendation vs. high-level list vs. relational graph). inspect_tool_server vs. get_tool (server vs. tool) and verify_web vs. understand_webpage (reachability vs. content) are clearly separated. Minor ambiguity between list_capabilities and get_capability_graph, but descriptions clarify.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., compare_tools, get_tool, search_tools, verify_web). No mixing of camelCase or inconsistent styles. The naming is uniform and predictable.

Tool Count5/5

12 tools is within the ideal 3-15 range and appropriate for a directory service that provides search, retrieval, comparison, recommendation, inspection, invocation, and web verification. The count is comprehensive without being overwhelming, and each tool adds distinct value.

Completeness4/5

The tool set covers core directory operations (search, get, compare, recommend) and additional utilities (inspect, invoke, trust score, capability graph). It lacks a direct 'list all tools' or 'list all servers' endpoint, but search_tools and list_capabilities can approximate this. The inclusion of web verification and understanding tools extends beyond the catalog domain, but they are useful adjuncts. Overall, the surface is well-rounded with minor gaps.