dao_submit_proposal
Submit governance proposals for DAO voting on-chain through the Gitopia MCP Server. Create text proposals with title and optional details, automatically signing from your wallet.
Instructions
Use this when you need to create a text governance proposal for DAO voting. Signs and broadcasts an on-chain transaction. Returns the new proposal ID. Provide 'dao' (name or address) OR 'group_policy_address', plus 'title'. Optional: 'summary', 'metadata', 'exec_try'. The proposer is automatically set to the current wallet address. See also: dao_list_proposals, dao_vote, dao_exec.
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 | |
| title | Yes | Title of the proposal | |
| summary | No | Summary of the proposal | |
| metadata | No | Arbitrary metadata for the proposal | |
| exec_try | No | If true, try to execute immediately after submission |