Skip to main content
Glama
forgemeshlabs

coinopai-mcp

audit_trade_decision

Audit any trade decision by comparing it to real prices. Provide decision ID and window (1h/4h/24h) to get direction accuracy, PnL%, and a clear verdict.

Instructions

The accountability step — verify any decision against real prices. Pass the decision_id from get_crypto_decision and a window (1h/4h/24h). Returns: did the direction hold? What was the PnL%? Verdict: GOOD_DECISION, BAD_DIRECTION, or NOISE. Every decision should be audited. Costs $0.07 USDC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decision_idYesUUID from a previous get_crypto_decision call
windowNoEvaluation window: 1h, 4h, or 24h (default: 4h)
affiliate_idNoOptional Pyrimid affiliate ID (af_xxxxx). Affiliate earns a commission from within the listed price — no extra cost to you.
Behavior4/5

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

Despite no annotations, the description discloses cost ($0.07 USDC), return fields (direction held, PnL%, verdict), and that it is an accountability check. No side effects are mentioned, but it is a read-only operation.

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?

Two sentences front-load the purpose and quickly cover key details (parameters, cost, return). Every sentence is essential with no redundancy.

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 three-param tool with no output schema, the description explains the return values and cost. It could mention error handling for invalid decision_id, but overall is sufficiently complete for its complexity.

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

Parameters5/5

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

Schema coverage is 100%, but the description adds significant value: decision_id ties to get_crypto_decision, window explains options and default, affiliate_id explains optionality and commission model. This goes beyond the schema.

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 audits a trade decision against real prices, using specific verbs 'verify' and 'audit'. It distinguishes from siblings like get_crypto_decision by being the post-decision accountability step.

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 specifies to pass decision_id from get_crypto_decision and a window, and states 'Every decision should be audited'. It lacks explicit when-not-to-use or alternatives, but the 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/forgemeshlabs/coinopai-mcp'

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