Skip to main content
Glama

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

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