Vote (governance)
saihm_governance_voteCast a vote on a protocol governance proposal using its proposalId and an approve flag (true to support, false to reject). Returns a governance-unavailable error because voting is not enabled yet.
Instructions
Cast a vote on an open protocol governance proposal by its proposalId, with approve set to true to approve or false to reject. Protocol governance is not enabled for this client yet — the tool is present so the surface stays stable, and calling it returns a 'governance unavailable' error rather than recording a vote.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| approve | Yes | true = approve, false = reject | |
| proposalId | Yes | Hex proposalId |