Skip to main content
Glama

agentek-eth

by NaniDAO

intentProposeNani

Enables the creation of new governance proposals for NANIDAO by specifying chain ID and proposal content. Designed for Ethereum-based automation.

Instructions

Create a new governance proposal for NANIDAO

Input Schema

NameRequiredDescriptionDefault
chainIdYesThe chain ID to propose on
contentYesThe proposal content/description

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "description": "The chain ID to propose on", "type": "number" }, "content": { "description": "The proposal content/description", "type": "string" } }, "required": [ "content", "chainId" ], "type": "object" }

You must be authenticated.

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