batch_execute
Execute multiple on-chain operations in a single atomic transaction to save gas and reduce round-trips. Supports DAO votes, member updates, and issue/PR comments.
Instructions
Use this when you need to execute multiple operations in a single on-chain transaction for atomicity. All operations succeed or fail together, saving gas and reducing round-trips. Requires 'operations' (array of {tool, params}, max 10). Supported tools: dao_vote, dao_update_members, comment_on_issue, comment_on_pull_request. See also: dao_vote, dao_update_members.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | List of operations to execute in a single transaction (max 10) |