Futarchy MCP Server

getProposals

Retrieve all proposals for a specific DAO on the Solana blockchain using the Futarchy MCP Server. Input the DAO ID to access and manage proposal data efficiently.

Instructions

Get all proposals for a specific DAO

Input Schema

NameRequiredDescriptionDefault
daoIdYesThe ID of the DAO to get proposals for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "daoId": { "description": "The ID of the DAO to get proposals for", "type": "string" } }, "required": [ "daoId" ], "type": "object" }

You must be authenticated.

Other Tools from Futarchy MCP Server

Related Tools

ID: 7wq5i9e54d