dao_list_proposals
List governance proposals for a DAO by name or group policy address. Returns proposal id, title, summary, status, proposers, and voting period end. Optionally limit the number of proposals.
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) |