Skip to main content
Glama

get_crypto_news

Aggregated real-time cryptocurrency news feed with lexicon-based sentiment analysis and cross-outlet story clustering. Filters by topic, time-range, and sentiment bands. [PAID: $0.008 USDC per call via x402 on Base. First call without payment_signature returns the payment requirements.]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax articles (1-50)
sinceNoISO timestamp or shorthand 1h, 6h, 24h
topicNoComma-separated keywords (e.g. bitcoin,ethereum)
maxSentimentNoMax sentiment score (-1 to 1)
minSentimentNoMin sentiment score (-1 to 1)
payment_signatureNoOptional x402 payment token. Call the tool WITHOUT this first to receive payment requirements (price, payTo, asset, nonce rules), sign the exact-scheme EIP-712 USDC authorization with your wallet, then retry with this field set to the base64 token.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/5.0
Behavior5/5

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

With no annotations, the description carries full burden. It fully discloses the pay-per-call mechanism (x402 on Base, $0.008 USDC), the real-time aggregation, sentiment analysis, story clustering, and the payment workflow – comprehensive behavioral 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?

Two sentences plus a payment note, all front-loaded with the most important information (what it does, then how to pay). Every sentence earns its place without repetition or fluff.

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

Completeness5/5

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

Given no output schema or annotations, the description covers the tool's purpose, filtering, sentiment analysis, clustering, and payment flow completely. It tells the agent what to expect from the first call and how to complete payment, making it self-sufficient for correct invocation.

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%, so baseline is 3. The description adds high-level context (sentiment analysis, clustering) but doesn't enhance parameter meanings beyond what the schema already provides for limit, since, topic, etc.

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 'Aggregated real-time cryptocurrency news feed with lexicon-based sentiment analysis and cross-outlet story clustering' – a specific verb-resource pair with unique features (sentiment, clustering) that clearly distinguishes it from sibling tools like get_crypto_prices or get_market_pulse.

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 explains the paid nature and the two-step payment flow ('First call without payment_signature returns the payment requirements'), providing clear context for usage. It does not explicitly contrast with siblings or state when not to use it, but the payment instructions are valuable guidelines.

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.