Vote on Idea
vote_ideaVote for or retract your vote on an idea using its id. Each member has one vote; set remove=true to retract.
Instructions
Cast (or remove) the connected member's vote on an idea and return the new vote state. Adds your vote by default; pass remove:true to take it back. One vote per member — voting twice is a no-op. Resolve the id via list_ideas; only id is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Idea id, from list_ideas (required). | |
| remove | No | true removes your vote instead of adding it (optional; default false). |