Skip to main content
Glama

Futarchy MCP Server

createProposal

Submit new proposals for DAOs on the Solana blockchain, specifying token allocation and linking to detailed descriptions, enabling decentralized decision-making through the Futarchy protocol.

Instructions

Create a new proposal for a DAO

Input Schema

NameRequiredDescriptionDefault
baseTokensToLPYesAmount of base tokens to LP
daoIdYesThe ID of the DAO to create a proposal for
descriptionUrlYesURL to the proposal description
quoteTokensToLPYesAmount of quote tokens to LP

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "baseTokensToLP": { "description": "Amount of base tokens to LP", "type": "number" }, "daoId": { "description": "The ID of the DAO to create a proposal for", "type": "string" }, "descriptionUrl": { "description": "URL to the proposal description", "type": "string" }, "quoteTokensToLP": { "description": "Amount of quote tokens to LP", "type": "number" } }, "required": [ "daoId", "descriptionUrl", "baseTokensToLP", "quoteTokensToLP" ], "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