You're viewing a demo portfolio

Join the waitlist
PRSM

news_prediction_get_event_signal

Active

Tool of Gate MCP

declared in 0.1.0

[Read] Single event signal from dws_external_event_signal_hf by event_ref (venue:venue_event_id). window 1h/24h/7d (default 24h). Returns outcome_probabilities, volume_flow, directional_context, optional markets[] (default include_markets=true). depth_summary always null—use get_market_orderbook for live depth. daily_ranking when rank index configured. Discover event_ref -> search_events. include_orderbook_summary ignored.

Parameters schema

{
  "type": "object",
  "required": [
    "event_ref"
  ],
  "properties": {
    "venue": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Optional; each non-empty value must equal event_ref venue or invalid_param."
    },
    "window": {
      "type": "string",
      "description": "Recency filter on part_hour; default 24h. Allowed: 1h, 24h, 7d (case-insensitive)."
    },
    "event_ref": {
      "type": "string",
      "description": "Required. venue:venue_event_id (split on first colon; id may contain more colons). Discover via search_events."
    },
    "include_markets": {
      "type": "boolean",
      "description": "Omitted or null defaults true. false omits markets[]; true parses embedded markets or enriches from predictionMarketIndex."
    },
    "include_orderbook_summary": {
      "type": "boolean",
      "description": "Deprecated and ignored; depth_summary is always null—use get_market_orderbook."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Gate MCP

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

5/7 registries
View full server →