Skip to main content
Glama

MPC Tally API Server

get-address-votes

Retrieve votes cast by a specific address for a given organization using pagination. Query DAO governance data to analyze voting patterns and participation.

Instructions

Get votes cast by an address for a specific organization

Input Schema

NameRequiredDescriptionDefault
addressYesThe address to get votes for
afterCursorNoCursor for pagination
limitNoMaximum number of votes to return (default: 20)
organizationSlugYesThe organization slug to get votes from

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "The address to get votes for", "type": "string" }, "afterCursor": { "description": "Cursor for pagination", "type": "string" }, "limit": { "description": "Maximum number of votes to return (default: 20)", "type": "number" }, "organizationSlug": { "description": "The organization slug to get votes from", "type": "string" } }, "required": [ "address", "organizationSlug" ], "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