You're viewing a demo portfolio

Join the waitlist
PRSM

news_prediction_get_market_orderbook

Active

Tool of Gate MCP

declared in 0.1.0

[Read] Live current order book only (mode=current). depth 1-20 (default 20). polymarket: market_id=venue_market_id; needs opensearch.predictionMarketIndex for token lookup (else not_implemented); yes/no CLOB /book in parallel—partial if one side fails, tool error only if both fail. predict_fun: official numeric market_id (not polymarket ids); needs predictFunAPIKey—empty/missing config returns partial_not_configured (no HTTP); API/parse errors return partial (not internal); 404 resource_not_found. Rejects history/granularity/time/page_token. snapshot_time/book_levels/best_* may be null when partial. Event list/signal -> search_events / get_event_signal.

Parameters schema

{
  "type": "object",
  "required": [
    "venue",
    "market_id"
  ],
  "properties": {
    "mode": {
      "type": "string",
      "description": "Empty or current only (default current). history and other values rejected."
    },
    "depth": {
      "type": "integer",
      "description": "yes_bids/yes_asks top-N levels; default 20; allowed 1-20 inclusive; out of range invalid_param."
    },
    "venue": {
      "type": "string",
      "description": "Required. polymarket or predict_fun. polymarket needs predictionMarketIndex; predict_fun needs predictFunAPIKey (else partial_not_configured, not a tool error)."
    },
    "end_time": {
      "type": "string",
      "description": "Unsupported; if set, request is rejected."
    },
    "market_id": {
      "type": "string",
      "description": "Required. polymarket: venue_market_id in dws_prediction_market_hf (token lookup). predict_fun: official numeric id (e.g. 356640), not polymarket venue_market_id."
    },
    "page_token": {
      "type": "string",
      "description": "Unsupported; if set, request is rejected."
    },
    "start_time": {
      "type": "string",
      "description": "Unsupported; if set, request is rejected."
    },
    "granularity": {
      "type": "string",
      "description": "Unsupported; if set, request is rejected."
    }
  }
}

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 →
news_prediction_get_market_orderbook — Gate MCP — PRSM MCP