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

ID: 7wq5i9e54d