You're viewing a demo portfolio

Join the waitlist
PRSM

news_events_get_latest_events

Active

Tool of Gate MCP

declared in 0.1.0

[Read] Filtered event list or timeline; each row includes event_id. One event_id detail -> get_event_detail. Headline/news feed -> search_news.

Parameters schema

{
  "type": "object",
  "properties": {
    "coin": {
      "type": "string",
      "description": "Optional comma-separated tickers e.g. BTC,ETH for digest items; not the same as search_news tickers-only heat mode."
    },
    "limit": {
      "type": "integer",
      "description": "Page size; default 20, max 100."
    },
    "cursor": {
      "type": "string",
      "description": "Optional pagination cursor."
    },
    "end_time": {
      "type": "string",
      "description": "Absolute end (ISO8601 or Unix sec/ms). Mutually exclusive with time_range."
    },
    "event_type": {
      "type": "string",
      "description": "Optional filter on structured digest event_type. Not search_news headline similarity/heat."
    },
    "start_time": {
      "type": "string",
      "description": "Absolute start (ISO8601 or Unix sec/ms). Mutually exclusive with time_range; pair with end_time or let server fill the other bound."
    },
    "time_range": {
      "type": "string",
      "description": "Relative window for event digest list: 1h / 24h / 7d. Mutually exclusive with start_time/end_time; omit all for last 24h or server default when time filter disabled. Not CPI/Fed macro series—use macro indicator tools."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Gate MCP

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

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