news_feed_search_ugc
ActiveTool of Gate MCP
declared in 0.1.0
[Read] Reddit/Discord/Telegram/YouTube-style UGC: non-empty query uses vector API; coin without query uses OpenSearch. Both empty invalid. X/Twitter narrative -> search_x; headlines -> search_news. Not macro economic statistics; not structured event list -> get_latest_events.
Parameters schema
{
"type": "object",
"properties": {
"coin": {
"type": "string",
"description": "Ticker filter; with query filters results; without query required with index for OpenSearch list mode."
},
"limit": {
"type": "integer",
"description": "Max items; default 10, max 50."
},
"query": {
"type": "string",
"description": "Optional NL query; non-empty uses vector search. May combine with coin; both empty is invalid."
},
"domain": {
"type": "string",
"description": "UGC topical bucket: crypto / defi / finance / macro / ai_agent / web3_dev / all (default all). macro = social discussion about macro themes, not CPI/Fed/unemployment statistics (use macro data tools) or get_latest_events."
},
"channel": {
"type": "string",
"description": "Optional source channel e.g. r/ethereum or handle."
},
"sort_by": {
"type": "string",
"description": "relevance (default) / upvotes / recent."
},
"platform": {
"type": "string",
"description": "reddit / discord / telegram / youtube / all (default all)."
},
"time_range": {
"type": "string",
"description": "1h / 24h / 7d (default) / 30d / all."
},
"quality_tier": {
"type": "string",
"description": "A (default, high quality) / B / all."
}
}
}Parent server
Gate MCP
https://github.com/gate/gate-mcp
5/7 registries