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" }
ID: xqt9xzqlm6