news_feed_search_x
[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
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Lookback days when time_range omitted; omitted or <=0 treated as 1 (24h); min 1 when explicitly set. | |
| lang | No | Answer language: zh (default) / en / auto. | |
| model | No | Override configured Grok model id. | |
| query | No | X/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_range | No | Preferred recency window for search_x: 1h / 24h (default) / 7d. Takes precedence over days when set. | |
| allowed_handles | No | Include these X handles without @, max 10; mutually exclusive with excluded_handles. | |
| excluded_handles | No | Exclude these handles, max 10. | |
| enable_image_understanding | No | Analyze images in posts. | |
| enable_video_understanding | No | Analyze video in posts. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| lang | No | ||
| count | Yes | ||
| items | Yes | ||
| model | No | ||
| query | No | ||
| total | Yes | ||
| source | No | ||
| content | Yes | Same as summary for legacy clients; tweet-level X/Twitter evidence—not headline index (search_news). | |
| summary | Yes | xAI: 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_date | No | ||
| from_date | No | ||
| disclaimer | No | Fixed disclaimer on successful xAI response. | |
| key_points | Yes | xAI: bullet points from cited posts; empty array if none. Not briefing-style platform news lists (search_news). | |
| duration_ms | Yes | ||
| cited_tweets | Yes | xAI: tweet-level evidence and cited posts; fields depend on model and citations. | |
| allowed_handles | No | ||
| sentiment_label | Yes | xAI: bullish / bearish / neutral for the discussion; empty if unknown. Not per-coin sentiment label KPIs (get_social_sentiment). | |
| sentiment_score | No | xAI: 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_handles | No |