agentek-eth

by NaniDAO
Verified

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

ID: embaq2gcce