Celina/Tools/Blockchain/get-transaction

Get Transaction

get_transaction

Fetch a single transaction and its receipt by hash. Includes status, gas used, logs, and decoded value.

§ Inputs

NameTypeDescription
hashRequired0x… (32 bytes)Transaction hash to look up.

§ Returns

{ transaction, receipt } — confirmed or pending.

§ Try saying

  • Did transaction 0xabc… succeed?

Use this tool

Once Celina is wired into your MCP client, just ask in plain language. The LLM picks get_transaction automatically.