Skip to main content
Glama

Futarchy MCP Server

getProposal

Retrieve a specific proposal by ID to access details within the Futarchy protocol on Solana. Facilitates interaction with DAOs and proposals via API or chat interface, ensuring efficient management and decision-making.

Instructions

Get a specific proposal by ID

Input Schema

NameRequiredDescriptionDefault
proposalIdYesThe ID of the proposal to retrieve

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "proposalId": { "description": "The ID of the proposal to retrieve", "type": "string" } }, "required": [ "proposalId" ], "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