Skip to main content
Glama
types.ts955 B
export interface GetAddressReceivedDelegationsInput { address: string; organizationSlug?: string; governorId?: string; limit?: number; sortBy?: 'votes'; isDescending?: boolean; } export interface DelegationNode { id: string; votes: string; delegator: { id: string; address: string; }; } export interface GetAddressReceivedDelegationsOutput { nodes: DelegationNode[]; pageInfo: PageInfo; totalCount: number; } export interface PageInfo { firstCursor: string | null; lastCursor: string | null; count: number; } export interface DelegateStatement { id: string; address: string; statement: string; statementSummary: string; isSeekingDelegation: boolean; issues: Array<{ id: string; name: string; }>; governor?: { id: string; name: string; type: string; }; } export interface GetDelegateStatementInput { address: string; organizationSlug?: string; governorId?: string; }

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