agentek-eth

by NaniDAO
Verified

intentVoteNaniProposal

Vote on NANIDAO governance proposals using chain ID and proposal ID to approve or reject initiatives within the agentek-eth MCP server.

Instructions

Vote on an existing NANIDAO governance proposal

Input Schema

NameRequiredDescriptionDefault
approveYesTrue to vote yes, false to vote no
chainIdYesThe chain ID to vote on
proposalIdYesThe ID of the proposal to vote on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "approve": { "description": "True to vote yes, false to vote no", "type": "boolean" }, "chainId": { "description": "The chain ID to vote on", "type": "number" }, "proposalId": { "description": "The ID of the proposal to vote on", "type": "number" } }, "required": [ "proposalId", "approve", "chainId" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce