Skip to main content
Glama

agentek-eth

by NaniDAO

intentReverseSlowTransfer

Reverse pending transfers in SLOW contracts by specifying the chain ID and transfer ID. Ideal for managing Ethereum-based transactions with precision on the agentek-eth MCP server.

Instructions

Reverse a pending transfer in SLOW contract

Input Schema

NameRequiredDescriptionDefault
chainIdYesThe chainId to execute the intent on.
transferIdYesThe transfer ID to reverse

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chainId": { "description": "The chainId to execute the intent on.", "type": "number" }, "transferId": { "description": "The transfer ID to reverse", "type": "string" } }, "required": [ "chainId", "transferId" ], "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