Skip to main content
Glama

agentek-eth

by NaniDAO

intentApprove

Generate and authorize token spending approvals on Ethereum by specifying token address, amount, and spender. Simplify transaction permissions for cryptocurrency automation.

Instructions

Creates an intent to approve token spending

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount to approve
chainIdNoOptional specific chain to use
spenderYesThe spender address to approve
tokenYesThe token address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "The amount to approve", "type": "string" }, "chainId": { "description": "Optional specific chain to use", "type": "number" }, "spender": { "description": "The spender address to approve", "type": "string" }, "token": { "description": "The token address", "type": "string" } }, "required": [ "token", "amount", "spender" ], "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