Skip to main content
Glama

agentek-eth

by NaniDAO

intentUnlockSlow

Use this tool to unlock time-locked transfers in SLOW contracts by specifying the chain ID and transfer ID. Designed for Ethereum-based automation on the agentek-eth MCP server.

Instructions

Unlock a time-locked transfer in SLOW contract

Input Schema

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

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 unlock", "type": "string" } }, "required": [ "chainId", "transferId" ], "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