news_events_list_market_move_reports
ActiveTool of Gate MCP
[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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Gate MCP
https://github.com/gate/gate-mcp
5/7 registries