Skip to main content
Glama

Safe MCP Server

by 5ajaki

decodeTransactionData

Decode transaction data in hex format for Safe smart contract wallets using the Safe API. Optionally specify the contract address to enhance decoding accuracy.

Instructions

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" }
Install Server

Other Tools from Safe MCP Server

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/5ajaki/safe-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server