dao_get_proposal
Retrieve complete details for a specific DAO governance proposal, including tally results, status, and voting period information, to analyze decision-making processes.
Instructions
Use this when you need full details about a specific DAO governance proposal, including tally results. Returns id, title, summary, status, proposers, metadata, final_tally_result, voting_period_end, and executor_result. Requires 'proposal_id'. See also: dao_list_proposals, dao_vote, dao_exec.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| proposal_id | Yes | The unique ID of the proposal |