Polymarket

analyze_market

Get comprehensive market analysis including probabilities, trading activity, and AI-friendly insights. Combines market data with recent trades.

Remote polymarket/polymarket-mcp

Other tools also called analyze_market? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "slug": {
      "type": "string",
      "description": "Market slug to analyze"
    },
    "include_trades": {
      "type": "boolean",
      "default": true,
      "description": "Include recent trading activity"
    }
  }
}