Skip to main content
Glama
forgemeshlabs

crypto-signals-mcp

get_single_crypto_signal

Get a current trading signal for any cryptocurrency symbol. Access market intelligence and risk context for $0.05 USDC per call to inform your decisions.

Instructions

Retrieve the current signal context for one crypto symbol using the compatibility lookup route. Costs $0.05 USDC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesMarket symbol such as BTC, ETH, SOL, XRP, ADA, AAPL, SPY, or NVDA
Behavior2/5

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

With no annotations, the description must carry behavioral disclosure. It does mention the cost ($0.05 USDC) and route ('compatibility lookup route'), which is useful, but it fails to mention return format, rate limits, or any side effects. The 'compatibility' reference is vague and not explained.

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 concise sentences convey the core purpose and a key constraint (cost). No redundancy, front-loaded, and every word earns its place.

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

Completeness3/5

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

For a simple one-parameter read tool, the description is decent but not fully complete. It gives cost and route but omits what 'signal context' means, or how this differs from get_crypto_risk or get_crypto_forecast. Without an output schema, the return format remains unclear, making completeness only average.

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?

Schema coverage is 100%, and the symbol parameter is well-described with examples. The description adds little beyond what the schema already provides, so the baseline of 3 is appropriate. No extra semantic detail is offered.

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 action ('Retrieve') and resource ('current signal context for one crypto symbol'), which distinguishes it from sibling tools like get_crypto_signals (plural) and get_crypto_signal_history. However, there is slight ambiguity: the schema includes non-crypto symbols (AAPL, SPY, NVDA) while the description says 'crypto symbol'.

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?

No explicit guidance on when to use this tool versus alternatives. Words like 'current' and 'single' imply a distinction from history or plural tools, but no direct comparison or exclusion is given. The agent gets no help deciding between this and 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/crypto-signals-mcp'

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