Safe MCP Server

decodeTransactionData

Decode transaction data using Safe API

Input Schema

NameRequiredDescriptionDefault
dataYesTransaction data in hex format
toNoOptional contract address

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "Transaction data in hex format", "type": "string" }, "to": { "description": "Optional contract address", "type": "string" } }, "required": [ "data" ], "type": "object" }