Skip to main content
Glama

agentek-eth

by NaniDAO

intentUnstakeNani

Convert staked xNANI tokens back to NANI tokens by specifying the amount and chain ID for Ethereum-based automation using agentek-eth MCP server tools.

Instructions

Unstake xNANI tokens back to NANI tokens

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount of xNANI tokens to unstake
chainIdYesThe chain to unstake on

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "The amount of xNANI tokens to unstake", "type": "string" }, "chainId": { "description": "The chain to unstake on", "type": "number" } }, "required": [ "amount", "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