Manifold Markets MCP Server

get_market

Get detailed information about a specific market

Input Schema

NameRequiredDescriptionDefault
marketIdYesMarket ID

Input Schema (JSON Schema)

{ "properties": { "marketId": { "description": "Market ID", "type": "string" } }, "required": [ "marketId" ], "type": "object" }