news_events_explain_market_move
ActiveTool of Gate MCP
[Read] Explain what drove a crypto asset's price move in a given time window. Returns a concise summary (from real-time Tavily search), the latest high-priority real-time events, and supporting internal event pool items, plus data-completeness status. This tool is a data aggregator; the downstream agent performs the final attribution reasoning.
Parameters schema
{
"type": "object",
"required": [
"query",
"coin"
],
"properties": {
"coin": {
"type": "string",
"description": "Target coin, e.g. BTC, ETH. Required at the Tool layer."
},
"lang": {
"type": "string",
"description": "zh / en. Default zh."
},
"mode": {
"type": "string",
"description": "auto / price_move / event_impact. Default auto."
},
"query": {
"type": "string",
"description": "User's original question, e.g. 'Why did BTC surge?'"
},
"time_range": {
"type": "string",
"description": "Time window: 30m/1h/2h/4h/24h. Default 2h."
}
}
}Parent server
Gate MCP
https://github.com/gate/gate-mcp
5/7 registries