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
Name | Required | Description | Default |
---|---|---|---|
afterCursor | No | Cursor for pagination (string ID) | |
beforeCursor | No | Cursor for previous page pagination (string ID) | |
includeArchived | No | Include archived proposals | |
isDescending | No | Sort in descending order (default: true) | |
isDraft | No | Filter for draft proposals | |
limit | No | Maximum number of proposals to return (default: 50, max: 50) | |
slug | Yes | The slug of the DAO (e.g., 'uniswap') |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from MPC Tally API Server
- get-address-created-proposals
- get-address-daos-proposals
- get-address-governances
- get-address-metadata
- get-address-received-delegations
- get-address-votes
- get-dao
- get-delegate-statement
- get-delegators
- get-governance-proposals-stats
- get-proposal
- get-proposal-security-analysis
- get-proposal-timeline
- get-proposal-voters
- get-proposal-votes-cast
- get-proposal-votes-cast-list
- list-daos
- list-delegates
- list-proposals
Related Tools
- @crazyrabbitLTC/mpc-tally-api-server
- @crazyrabbitLTC/mpc-tally-api-server
- @yonaka15/mcp-server-redmine
- @crazyrabbitLTC/mpc-tally-api-server
- @crazyrabbitLTC/mcp-snapshot-server