You're viewing a demo portfolio

Join the waitlist
PRSM

news_events_get_market_move_report

Active

Tool of Gate MCP

declared in 0.1.0

[Read] Query a stored market-move attribution report by symbol, optional report_id, or optional event_id. Lookup priority is report_id > event_id > latest report for symbol. Returned event/report timestamps are UTC0 unless the field name ends in _utc8. This tool never requests report regeneration and does not expose is_make_new.

Parameters schema

{
  "type": "object",
  "required": [
    "symbol"
  ],
  "properties": {
    "symbol": {
      "type": "string",
      "description": "Required cryptocurrency symbol, for example BTC or TAIKO; 1-20 characters and normalized to uppercase."
    },
    "event_id": {
      "type": "string",
      "description": "Optional market-move event ID. When report_id and event_id are omitted, returns the latest report for symbol."
    },
    "report_id": {
      "type": "string",
      "description": "Optional report ID for an exact lookup. Takes priority over event_id when both are provided."
    }
  }
}

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 →