You're viewing a demo portfolio

Join the waitlist
PRSM

news_feed_get_hot_topics

Active

Tool of Gate MCP

declared in 0.1.0

[Read] Get the top 2-4 social discussion themes for one coin over the latest 4h, including direction, influence, sentiment, platforms, and representative evidence posts. For arbitrary social search use search_ugc; for X/Twitter-only narrative research use search_x.

Parameters schema

{
  "type": "object",
  "required": [
    "coin"
  ],
  "properties": {
    "coin": {
      "type": "string",
      "description": "Required non-empty cryptocurrency ticker, for example ETH. Leading and trailing whitespace is removed and the value is normalized to uppercase. Unknown or no-data tickers may return an empty result with hide_reason=no_data; no coin-dictionary validation is performed."
    },
    "limit": {
      "type": "integer",
      "description": "Number of hot topics to return. Default 4; allowed range 2 to 4."
    },
    "window": {
      "type": "string",
      "description": "Aggregation window. Only 4h is currently supported; default 4h."
    },
    "platforms": {
      "type": "string",
      "description": "Comma-separated social platforms; default all. Supported: all, gate_square, binance_square, twitter, telegram, youtube, reddit, discord. all cannot be combined with another platform."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Gate MCP

https://github.com/gate/gate-mcp

5/7 registries
View full server →
news_feed_get_hot_topics — Gate MCP — PRSM MCP