Skip to main content
Glama

MPC Tally API Server

list-proposals

Retrieve and filter proposals for a specific DAO or organization using its slug. Supports pagination, sorting, and filtering by draft or archived status.

Instructions

List proposals for a specific DAO or organization using its slug

Input Schema

NameRequiredDescriptionDefault
afterCursorNoCursor for pagination (string ID)
beforeCursorNoCursor for previous page pagination (string ID)
includeArchivedNoInclude archived proposals
isDescendingNoSort in descending order (default: true)
isDraftNoFilter for draft proposals
limitNoMaximum number of proposals to return (default: 50, max: 50)
slugYesThe slug of the DAO (e.g., 'uniswap')

Input Schema (JSON Schema)

{ "properties": { "afterCursor": { "description": "Cursor for pagination (string ID)", "type": "string" }, "beforeCursor": { "description": "Cursor for previous page pagination (string ID)", "type": "string" }, "includeArchived": { "description": "Include archived proposals", "type": "boolean" }, "isDescending": { "description": "Sort in descending order (default: true)", "type": "boolean" }, "isDraft": { "description": "Filter for draft proposals", "type": "boolean" }, "limit": { "description": "Maximum number of proposals to return (default: 50, max: 50)", "type": "number" }, "slug": { "description": "The slug of the DAO (e.g., 'uniswap')", "type": "string" } }, "required": [ "slug" ], "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