Skip to main content
Glama

Manifold Markets MCP Server

sell_shares

Sell shares in a Manifold Markets prediction market. Specify market ID, outcome type (YES/NO), and share quantity to execute the transaction.

Instructions

Sell shares in a market

Input Schema

NameRequiredDescriptionDefault
marketIdYesMarket ID
outcomeNoWhich type of shares to sell (defaults to what you have)
sharesNoHow many shares to sell (defaults to all)

Input Schema (JSON Schema)

{ "properties": { "marketId": { "description": "Market ID", "type": "string" }, "outcome": { "description": "Which type of shares to sell (defaults to what you have)", "enum": [ "YES", "NO" ], "type": "string" }, "shares": { "description": "How many shares to sell (defaults to all)", "type": "number" } }, "required": [ "marketId" ], "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