You're viewing a demo portfolio

Join the waitlist
PRSM

news_events_list_market_move_reports

Active

Tool of Gate MCP

declared in 0.1.0

[Read] List stored market-move attribution reports for one symbol, filtering by an inclusive UTC0 updated_at range and sorting results by event_time descending. Reports may be updated after their market event, so updated_at can be later than event_time. Timezone-less inputs are UTC0; inputs with an explicit offset are converted to UTC0 before the read-only service-ai-pe query.

Parameters schema

{
  "type": "object",
  "required": [
    "symbol",
    "start_time",
    "end_time"
  ],
  "properties": {
    "limit": {
      "type": "integer",
      "default": 20,
      "maximum": 100,
      "minimum": 0,
      "description": "Maximum reports to return; omitted or 0 defaults to 20, otherwise allowed range is 1-100."
    },
    "symbol": {
      "type": "string",
      "description": "Required cryptocurrency symbol, for example ETH; 1-20 characters and normalized to uppercase."
    },
    "end_time": {
      "type": "string",
      "description": "Required inclusive upper bound for report updated_at in UTC0. Accepts ISO 8601 or YYYY-MM-DD HH:MM:SS; a value without a timezone is interpreted as UTC0, an explicit offset is converted to UTC0, and the value must not precede start_time."
    },
    "start_time": {
      "type": "string",
      "description": "Required inclusive lower bound for report updated_at in UTC0. Accepts ISO 8601 or YYYY-MM-DD HH:MM:SS; a value without a timezone is interpreted as UTC0, and an explicit offset is converted to UTC0 before calling service-ai-pe."
    }
  }
}

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 →