Skip to main content
Glama

agentek-eth

by NaniDAO

intentAaveWithdraw

Withdraw tokens from Aave by redeeming supplied assets (aTokens). Specify the token, amount, and chain ID to execute the withdrawal process.

Instructions

Withdraws tokens from Aave, redeeming your supplied assets (aTokens).

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of tokens to withdraw (in human-readable format).
assetYesToken contract address to withdraw.
chainIdYesChain ID for the withdrawal.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "Amount of tokens to withdraw (in human-readable format).", "type": "string" }, "asset": { "description": "Token contract address to withdraw.", "type": "string" }, "chainId": { "description": "Chain ID for the withdrawal.", "type": "number" } }, "required": [ "chainId", "asset", "amount" ], "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