Skip to main content
Glama

Futarchy MCP Server

buyInFailMarket

Purchase tokens in the fail market for specific proposals on the Futarchy MCP Server, enabling users to trade based on proposal outcomes using Solana.

Instructions

Buy tokens in the fail market for a proposal

Input Schema

NameRequiredDescriptionDefault
amountYesAmount to buy
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 buy", "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