Skip to main content
Glama

agentek-eth

by NaniDAO

intentVoteNaniProposal

Cast a vote on specific NANIDAO governance proposals by specifying the proposal ID, approval choice, and blockchain chain ID. Simplify participation in decentralized decision-making.

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" }

Other Tools from agentek-eth

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NaniDAO/agentek'

If you have feedback or need assistance with the MCP directory API, please join our Discord server