Skip to main content
Glama

Futarchy MCP Server

sellInFailMarket

Execute token sales in the fail market for specific proposals, enabling users to manage trades effectively within the Futarchy protocol on Solana. Input includes proposal ID, amount, and user public key.

Instructions

Sell tokens in the fail market for a proposal

Input Schema

NameRequiredDescriptionDefault
amountYesAmount to sell
proposalIdYesThe ID of the proposal to trade in
userYesUser's public key

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Amount to sell", "type": "number" }, "proposalId": { "description": "The ID of the proposal to trade in", "type": "string" }, "user": { "description": "User's public key", "type": "string" } }, "required": [ "proposalId", "amount", "user" ], "type": "object" }

Other Tools from Futarchy 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/TanmayDhobale/FutarchyMCPServer'

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