Skip to main content
Glama

MPC Tally API Server

list-daos

Retrieve and sort DAOs on Tally by criteria such as popularity or live proposals, with options for pagination and result limits.

Instructions

List DAOs on Tally sorted by specified criteria

Input Schema

NameRequiredDescriptionDefault
afterCursorNoCursor for pagination
limitNoMaximum number of DAOs to return (default: 20, max: 50)
sortByNoHow to sort the DAOs (default: popular). 'explore' prioritizes DAOs with live proposals

Input Schema (JSON Schema)

{ "properties": { "afterCursor": { "description": "Cursor for pagination", "type": "string" }, "limit": { "description": "Maximum number of DAOs to return (default: 20, max: 50)", "type": "number" }, "sortBy": { "description": "How to sort the DAOs (default: popular). 'explore' prioritizes DAOs with live proposals", "enum": [ "id", "name", "explore", "popular" ], "type": "string" } }, "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