Skip to main content
Glama

Manifold Markets MCP Server

sell_shares

Sell shares in a Manifold Markets prediction market by specifying the market ID, outcome (YES or NO), and number of shares to sell. Defaults sell all shares if no quantity is provided.

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" }

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