news_feed_search_x
ActiveTool of Gate MCP
[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.
Parameters schema
{
"type": "object",
"properties": {
"coin": {
"type": "string",
"description": "Platform fallback: maps to tickers for feed-style items when xAI path is unused—tweet-level X evidence remains the primary tool goal; per-coin sentiment KPIs -> get_social_sentiment."
},
"days": {
"type": "integer",
"description": "xAI only: lookback days when time_range omitted; omitted or <=0 treated as 1 (24h); min 1 when explicitly set."
},
"lang": {
"type": "string",
"description": "Answer language: zh (default) / en / auto. Also used by platform fallback as MCP local lang filter."
},
"page": {
"type": "integer",
"description": "Platform fallback: page number."
},
"limit": {
"type": "integer",
"description": "Platform fallback: page_size, default 10."
},
"model": {
"type": "string",
"description": "xAI only: override configured Grok model id."
},
"query": {
"type": "string",
"description": "X/Twitter topic for tweet-level evidence and cited posts; English recommended. xAI: 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. Platform fallback matches search_news.query semantics."
},
"sort_by": {
"type": "string",
"description": "Platform fallback: sort field."
},
"end_time": {
"type": "string",
"description": "Platform fallback: maps to to."
},
"platform": {
"type": "string",
"description": "Platform fallback: platform."
},
"start_time": {
"type": "string",
"description": "Platform fallback: maps to from (Unix sec)."
},
"time_range": {
"type": "string",
"description": "Preferred recency window for search_x: 1h / 24h (default) / 7d. Takes precedence over days when set."
},
"platform_type": {
"type": "string",
"description": "Platform fallback: maps when platform omitted."
},
"allowed_handles": {
"type": "array",
"items": {
"type": "string"
},
"description": "xAI only: include these X handles without @, max 10; mutually exclusive with excluded_handles."
},
"top_total_score": {
"type": "integer",
"description": "Platform fallback: heat vs similarity."
},
"excluded_handles": {
"type": "array",
"items": {
"type": "string"
},
"description": "xAI only: exclude these handles, max 10."
},
"similarity_score": {
"type": "string",
"description": "Platform fallback: similarity threshold."
},
"enable_image_understanding": {
"type": "boolean",
"description": "xAI only: analyze images in posts."
},
"enable_video_understanding": {
"type": "boolean",
"description": "xAI only: analyze video in posts."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Gate MCP
https://github.com/gate/gate-mcp
5/7 registries