Skip to main content
Glama

agentek-eth

by NaniDAO

intentAaveRepay

Repay Aave loans with specified assets and amounts, supporting stable or variable rate modes. Ideal for managing debt on Ethereum-based chains efficiently.

Instructions

Repays your Aave debt. By default, the variable rate mode (2) is used for repayment.

Input Schema

NameRequiredDescriptionDefault
amountYesAmount of tokens to repay (in human-readable format).
assetYesToken contract address of the asset to repay.
chainIdYesChain ID for repayment.
rateModeNo1 for stable, 2 for variable (default is variable).

Input Schema (JSON Schema)

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