Skip to main content
Glama

Manifold Markets MCP Server

close_market

Use this tool to permanently close a market on the Manifold Markets MCP Server, preventing further trading, and optionally specify a custom close time using a Unix timestamp.

Instructions

Close a market for trading

Input Schema

NameRequiredDescriptionDefault
closeTimeNoOptional. Unix timestamp in milliseconds when market will close
contractIdYesMarket ID

Input Schema (JSON Schema)

{ "properties": { "closeTime": { "description": "Optional. Unix timestamp in milliseconds when market will close", "type": "number" }, "contractId": { "description": "Market ID", "type": "string" } }, "required": [ "contractId" ], "type": "object" }
Install Server

Other Tools from Manifold Markets MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bmorphism/manifold-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server