Skip to main content
Glama

Futarchy MCP Server

sellInFailMarket

Sell tokens in the fail market of a specific proposal on the Futarchy MCP Server, enabling users to manage DAO proposals and trades on Solana.

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

You must be authenticated.

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