Skip to main content
Glama
forgemeshlabs

coinopai-mcp

get_crypto_decision

Get a probabilistic trade decision (long/short/no action) for BTC, ETH, SOL, XRP, or ADA. Returns confidence and a decision ID for later audit verification. Costs $0.15 USDC.

Instructions

Get a probabilistic trade decision from Kronos — then verify it. Returns CONSIDER_LONG/SHORT/NO_ACTION with confidence, regime, and a decision_id. Call audit_trade_decision with that ID after 1h to see if the decision was right. Full loop: preflight ($0.05) → decision ($0.15) → audit ($0.07) = $0.27 per verified cycle. Costs $0.15 USDC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesSymbol to evaluate: BTC, ETH, SOL, XRP, or ADA
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?

No annotations are provided, so the description carries the full burden. It explains the decision types, outputs, and costing, including that it is probabilistic and requires verification, which is thorough.

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 informative but somewhat verbose, mixing core functionality with pricing and the verification loop. It is still efficient and front-loaded.

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?

No output schema exists, but the description adequately explains return values (decision, confidence, regime, decision_id) and the verification process, making it sufficiently complete for a 2-parameter tool.

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 input schema has 100% coverage, so the description adds minimal value beyond the schema. It briefly restates the symbol and affiliate_id but does not provide additional semantic context.

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 returns a probabilistic trade decision (CONSIDER_LONG/SHORT/NO_ACTION) with confidence, regime, and decision_id, distinguishing it from siblings like audit_trade_decision and get_crypto_risk.

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 instructs to verify the decision using audit_trade_decision after 1 hour and outlines the full cycle and costs, but does not explicitly mention when not to use this tool or alternatives beyond the audit step.

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