{"tools":[{"name":"pax.market_search","description":"Search PredictAsiaX markets by keyword or category.","input_schema":{"type":"object","properties":{"q":{"type":"string","description":"Free-text query"},"category":{"type":"string"},"cursor":{"type":"string"}}},"requires_scopes":[]},{"name":"pax.probability_movers","description":"Return markets whose probability moved the most in a window.","input_schema":{"type":"object","properties":{"from_ms":{"type":"integer"},"to_ms":{"type":"integer"},"top_n":{"type":"integer","maximum":100},"category":{"type":"string"}},"required":["from_ms","to_ms"]},"requires_scopes":[]},{"name":"pax.portfolio_read","description":"Read the user's current positions, PNL, and balances.","input_schema":{"type":"object","properties":{"user_id":{"type":"string"},"subaccount_id":{"type":"string"}},"required":["user_id"]},"requires_scopes":["portfolio:read"]},{"name":"pax.place_order","description":"Submit a new order. Requires Idempotency-Key header on the transport.","input_schema":{"type":"object","properties":{"user_id":{"type":"string"},"market_id":{"type":"string"},"side":{"type":"string","enum":["yes","no","buy","sell"]},"price":{"type":"string"},"size":{"type":"string"},"client_order_id":{"type":"string"}},"required":["user_id","market_id","side","price","size","client_order_id"]},"requires_scopes":["orders:create"],"safety_notes":"This tool spends real funds. Confirm with the user before every call."},{"name":"pax.cancel_order","description":"Cancel an open order.","input_schema":{"type":"object","properties":{"order_id":{"type":"string"}},"required":["order_id"]},"requires_scopes":["orders:cancel"]},{"name":"pax.resolution_evidence","description":"Return the evidence used to resolve a market.","input_schema":{"type":"object","properties":{"market_id":{"type":"string"}},"required":["market_id"]},"requires_scopes":[]},{"name":"pax.sandbox_agent_examples","description":"Return a small set of end-to-end examples for building an AI agent against PAX.","input_schema":{"type":"object","properties":{}},"requires_scopes":[]}]}