agentek-eth

by NaniDAO
Verified

intentGovernorVote

Submit votes on Governor Bravo proposals by specifying a proposal ID, voting space, and vote type (for, against, abstain). Streamlines Ethereum-based governance processes within the agentek-eth MCP server.

Instructions

Creates an intent to vote on a Governor bravo proposal

Input Schema

NameRequiredDescriptionDefault
proposalIdYes
spaceYes
voteYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "proposalId": { "type": "number" }, "space": { "type": "string" }, "vote": { "enum": [ "against", "for", "abstain" ], "type": "string" } }, "required": [ "space", "vote", "proposalId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce