dao_list_proposals
Retrieve governance proposals for a DAO to review pending or past decisions. Returns proposal details including status, title, summary, and voting period.
Instructions
Use this when you need to review pending or past governance proposals for a DAO. Returns a JSON array of proposal objects with id, title, summary, status, proposers, and voting_period_end. Provide 'dao' (name or address) OR 'group_policy_address'. Optional: 'limit' (default 50). See also: dao_get_proposal, dao_vote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dao | No | DAO name or address (alternative to group_policy_address) | |
| group_policy_address | No | The group policy account address | |
| limit | No | Maximum number of proposals to return (default 50) |