MPC Tally API Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TALLY_API_KEYYesYour API key from Tally (https://tally.xyz)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list-daos

List DAOs on Tally sorted by specified criteria

get-dao

Get detailed information about a specific DAO

list-delegates

List delegates for a specific organization with their metadata

get-delegators

Get list of delegators for a specific address

list-proposals

List proposals for a specific DAO or organization using its slug

get-proposal

Get detailed information about a specific proposal. You must provide either the Tally ID (globally unique) or both onchainId and governorId (unique within a governor).

get-address-votes

Get votes cast by an address for a specific organization

get-address-created-proposals

Get proposals created by an address for a specific organization

get-address-daos-proposals

Returns proposals from DAOs where a given address has participated (voted, proposed, etc.)

get-address-received-delegations

Returns delegations received by an address

get-delegate-statement

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

get-address-governances

Returns the list of governances (DAOs) an address has delegated to

get-proposal-timeline

Get the timeline of events for a specific proposal

get-proposal-voters

Get a list of all voters who have voted on a specific proposal

get-address-metadata

Get metadata information about a specific Ethereum address

get-proposal-security-analysis

Get security analysis for a specific proposal, including threat analysis and simulations

get-proposal-votes-cast

Get vote statistics and formatted vote counts for a specific proposal

get-proposal-votes-cast-list

Get a list of votes cast for a specific proposal, including formatted vote amounts

get-governance-proposals-stats

Get statistics about passed and failed proposals for a specific DAO