Skip to main content
Glama

MPC Tally API Server

get-delegate-statement

Retrieve a delegate's statement for a specific governor or organization by providing the delegate's Ethereum address and the governor ID or organization slug.

Instructions

Get a delegate's statement for a specific governor or organization

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "oneOf": [ { "properties": { "address": { "description": "The delegate's Ethereum address", "type": "string" }, "governorId": { "description": "The governor's ID", "type": "string" } }, "required": [ "governorId" ] }, { "properties": { "address": { "description": "The delegate's Ethereum address", "type": "string" }, "organizationSlug": { "description": "The organization's slug (e.g., 'uniswap')", "type": "string" } }, "required": [ "organizationSlug" ] } ], "required": [ "address" ], "type": "object" }

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/crazyrabbitLTC/mpc-tally-api-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server