Futarchy MCP Server

getDao

Retrieve details of a specific DAO by its unique ID using this tool. Enables interaction with the Futarchy protocol on Solana for managing decentralized autonomous organizations and proposals.

Instructions

Get a specific DAO by ID

Input Schema

NameRequiredDescriptionDefault
daoIdYesThe ID of the DAO to retrieve

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Futarchy MCP Server

Related Tools

ID: 7wq5i9e54d