Skip to main content
Glama

news_feed_get_social_sentiment

Read-onlyIdempotent

[Read] Aggregate per-coin social sentiment for a time range: overall sentiment, positive/negative split, mention count, and sample tweets. X/Twitter post search or tweet-level evidence -> search_x. Multi-platform social thread search -> search_ugc. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNoTickers e.g. BTC or BTC,ETH for per-coin aggregates: overall sentiment, positive/negative split, mention count, sample tweets (top_tweets order); omit defaults to BTC server-side. X/Twitter post search or tweet-level evidence -> search_x. Multi-platform social thread search -> search_ugc.
time_rangeNo1h / 24h (default) / 7d window for per-coin sentiment aggregation (overall sentiment, positive/negative split, mention count).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
coinNo
time_rangeNo
top_tweetsYes
duration_msYes
mention_countYes
sentiment_labelYes
overall_sentimentYes
sentiment_label_rawNo
sentiment_distributionYes

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the core safety profile is known. The description adds useful context beyond annotations: 'No account access, no order placement or fund transfers' and 'Not investment advice', which prevents misuse. It also states 'Read-only public research data', reinforcing and extending the annotation. No contradictions; the description complements annotations well.

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 front-loads the core function and outputs, then provides routing guidance, then disclaimers. It is moderately concise with no wasted sentences, though it duplicates the routing guidance from the schema (which is acceptable but slightly redundant). Structure is logical and an agent can grasp the purpose quickly.

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?

For a simple read-only query with two optional parameters and an output schema, the description is complete from an agent's perspective: it states what it does, what it returns, when to use alternatives, and safety constraints. It even disclaims investment advice. Nothing an agent needs to invoke it correctly is missing.

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 description coverage is 100%, so both parameters (coin and time_range) already have thorough descriptions in the input schema, including examples (BTC or BTC,ETH) and default values. The description itself adds little new parameter semantics—it repeats the routing statement already present in the coin parameter description. Baseline 3 is appropriate because the schema does the heavy lifting and the description does not conflict or add meaningful additional detail.

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 aggregates per-coin social sentiment for a time range and lists the specific outputs (overall sentiment, positive/negative split, mention count, sample tweets). It also distinguishes itself from sibling tools by explicitly routing X/Twitter post search to search_x and multi-platform thread search to search_ugc, so an agent can immediately tell them apart without opening schemas.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use guidance: it names sibling tools (search_x, search_ugc) and the specific conditions (tweet-level evidence vs. multi-platform threads). It also states that it is read-only public research data and disclaims investment advice, which clarifies appropriate contexts. No ambiguity remains about when to select this tool over alternatives.

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.

TDQS

A4.4/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: event lists vs details, news index vs open web vs X vs multi-platform UGC, prediction event signals vs orderbooks vs rankings. Descriptions cross-reference alternatives, so an agent can reliably choose the right tool.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with domain prefixes (news_events, news_feed, news_prediction). Verbs are get, search, list, explain, and nouns clearly describe the resource. No mixed conventions or vague names.

Tool Count5/5

18 tools is well-scoped for the server's broad read-only purpose covering news, social sentiment, prediction markets, and market-move reports. Each tool covers a distinct function without redundancy or bloat.

Completeness5/5

The tool surface covers the full read-only lifecycle: searching and filtering events, retrieving details, aggregating social signals, searching various sources, and accessing prediction market data. No obvious gaps for the stated domain; all necessary operations are present.