Skip to main content
Glama
forgemeshlabs

coinopai-mcp

get_crypto_decision

Create a market-intelligence journal entry for a crypto symbol, returning directional bias, confidence, and compliance metadata. Costs $0.15 USDC.

Instructions

Create a market-intelligence journal entry from Kronos context. Returns directional_bias, confidence context, compliance metadata, regime, anomaly/calibration context, and a decision_id. Call audit_trade_decision with that ID after the evaluation window to see what happened. 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?

With no annotations, the description carries the burden. It discloses a monetary cost ($0.15 USDC) and implies a creation side effect. It does not explicitly state idempotency or side effects beyond journal entry creation, but the cost disclosure adds significant transparency.

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 four concise sentences, each adding distinct value: purpose, return fields, follow-up action, and cost. No wasted words, effectively 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?

For a 2-parameter tool with no output schema and no annotations, the description covers purpose, behaviors (cost, creation), and a usage hint. It lacks explanation of 'Kronos context' and does not differentiate explicitly from siblings, but overall it is reasonably complete.

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

Parameters4/5

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

Schema coverage is 100%, providing basic parameter info. The description adds value by explaining the affiliate_id's commission mechanism ('no extra cost to you'). This extra semantic detail justifies a score above baseline.

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 creates a market-intelligence journal entry and lists the return fields. It distinguishes itself from siblings like get_crypto_signals or get_crypto_risk by focusing on creating an entry with a decision ID for later auditing.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description instructs to call audit_trade_decision after the evaluation window, providing some guidance on follow-up. However, it lacks explicit direction on when to use this tool vs siblings like check_trade_preflight or get_crypto_signals.

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