MPC Tally API Server

get-dao

Get detailed information about a specific DAO

Input Schema

NameRequiredDescriptionDefault
slugYesThe DAO's slug (e.g., 'uniswap' or 'aave')

Input Schema (JSON Schema)

{ "properties": { "slug": { "description": "The DAO's slug (e.g., 'uniswap' or 'aave')", "type": "string" } }, "required": [ "slug" ], "type": "object" }

You must be authenticated.

Other Tools