Skip to main content
Glama

news_feed_search_x

Read-onlyIdempotent

[Read] Search and analyze X/Twitter discussions for a topic, with tweet-level evidence and cited posts. Aggregate social mood, sentiment score, or positive/negative split -> get_social_sentiment. Open-web pages -> web_search. Multi-platform social 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
daysNoLookback days when time_range omitted; omitted or <=0 treated as 1 (24h); min 1 when explicitly set.
langNoAnswer language: zh (default) / en / auto.
modelNoOverride configured Grok model id.
queryNoX/Twitter topic for tweet-level evidence and cited posts; English recommended. Empty returns no results. Aggregate social mood, sentiment score, or positive/negative split -> get_social_sentiment. Open-web pages -> web_search. Multi-platform social search -> search_ugc.
time_rangeNoPreferred recency window for search_x: 1h / 24h (default) / 7d. Takes precedence over days when set.
allowed_handlesNoInclude these X handles without @, max 10; mutually exclusive with excluded_handles.
excluded_handlesNoExclude these handles, max 10.
enable_image_understandingNoAnalyze images in posts.
enable_video_understandingNoAnalyze video in posts.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
langNo
countYes
itemsYes
modelNo
queryNo
totalYes
sourceNo
contentYesSame as summary for legacy clients; tweet-level X/Twitter evidence—not headline index (search_news).
summaryYesxAI: synthesized narrative from X/Twitter discussions with tweet-level evidence (same as content; always present). Not open-web synthesis with cited external pages (web_search). Not per-coin sentiment KPIs over a time range (get_social_sentiment).
to_dateNo
from_dateNo
disclaimerNoFixed disclaimer on successful xAI response.
key_pointsYesxAI: bullet points from cited posts; empty array if none. Not briefing-style platform news lists (search_news).
duration_msYes
cited_tweetsYesxAI: tweet-level evidence and cited posts; fields depend on model and citations.
allowed_handlesNo
sentiment_labelYesxAI: bullish / bearish / neutral for the discussion; empty if unknown. Not per-coin sentiment label KPIs (get_social_sentiment).
sentiment_scoreNoxAI: 0-100 tone for this X/Twitter topic; JSON null if unknown; pairs with sentiment_label. Not per-coin aggregate positive/negative split (get_social_sentiment).
excluded_handlesNo

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false. The description adds critical behavioral context beyond these: it clarifies the tool accesses public research data only, does not involve account access or trading, and explicitly disclaims investment advice. This goes beyond the annotations and sets clear expectations for the agent.

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 concise (about 4 sentences), front-loads the core purpose, and then efficiently lists alternatives and safety constraints. Every sentence earns its place without redundancy or fluff, making it easy for an agent to parse 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 tool with 9 optional parameters, an output schema, and rich annotations, the description is complete. It clearly states what the tool does, its scope, its exclusions, and how it differs from siblings. The output schema covers return values, and the annotations cover safety/read-only aspects, so nothing essential is missing 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 description coverage is 100%, so the schema already documents all 9 parameters thoroughly. The description adds minimal parameter-level meaning—it mentions the query is 'for a topic' and aggregates sentiment, but these are largely redundant with the schema's own parameter descriptions. Baseline 3 is appropriate when the schema carries the burden.

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 a specific verb ('Search and analyze') with a clear resource (X/Twitter discussions) and scope ('for a topic, with tweet-level evidence and cited posts'). It distinguishes itself from siblings by explicitly naming get_social_sentiment, web_search, and search_ugc as alternatives for different needs, leaving no ambiguity about what this tool does.

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 vs. when-not-to-use guidance: it directs aggregate sentiment tasks to get_social_sentiment, open-web pages to web_search, and multi-platform search to search_ugc. It also states the tool's limitations ('Read-only public research data. No account access, no order placement or fund transfers'), giving the agent clear decision criteria.

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.