news_feed_web_search
ActiveTool of Gate MCP
declared in 0.1.0
[Read] Search the open web and return a synthesized answer with cited external pages. Built-in headline lookup, news-item search, or briefing-style news list -> search_news. X/Twitter-only discussion or tweet evidence -> search_x.
Parameters schema
{
"type": "object",
"properties": {
"coin": {
"type": "string",
"description": "Optional ticker or project (e.g. BTC, ETH) to focus the open-web synthesized answer—not platform news index tickers (search_news)."
},
"lang": {
"type": "string",
"description": "Answer language: zh (default) / en / auto."
},
"mode": {
"type": "string",
"description": "Answer length: analysis (default, fuller synthesized text) or brief (~100 chars). Not chart/indicator technical analysis (RSI/MACD)."
},
"limit": {
"type": "integer",
"description": "Max cited external pages in the answer; default 5, max 10."
},
"query": {
"type": "string",
"description": "Required NL question: search the open web and return a synthesized answer with cited external pages—not built-in headline lookup, news-item search, or briefing-style news list (search_news), nor X/Twitter-only discussion or tweet-level evidence (search_x)."
},
"time_range": {
"type": "string",
"description": "Recency window for open-web synthesis with cited external pages: 1h / 24h (default) / 7d / 30d. Not DeFi/TVL dashboard metrics (use platform-metrics tools)."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Gate MCP
https://github.com/gate/gate-mcp
5/7 registries