PolyMarket MCP Server

by berlinbra
Verified

get-market-info

Get detailed information about a specific prediction market

Input Schema

NameRequiredDescriptionDefault
market_idYesMarket ID or slug

Input Schema (JSON Schema)

{ "properties": { "market_id": { "description": "Market ID or slug", "type": "string" } }, "required": [ "market_id" ], "type": "object" }