agentek-eth

by NaniDAO
Verified

getSlowTransferApprovalRequired

Determine if a cryptocurrency transfer requires guardian approval by evaluating the amount, token ID, and recipient address on the agentek-eth MCP server.

Instructions

Check if a transfer needs guardian approval

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount to transfer
idYesThe token ID
toYesThe recipient address
userYesThe user address

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "description": "The amount to transfer", "type": "string" }, "id": { "description": "The token ID", "type": "string" }, "to": { "$ref": "#/properties/user", "description": "The recipient address" }, "user": { "description": "The user address", "type": "string" } }, "required": [ "user", "to", "id", "amount" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

ID: embaq2gcce