readBlockchain
Get Transaction
get_transactionFetch a single transaction and its receipt by hash. Includes status, gas used, logs, and decoded value.
§ Inputs
| Name | Type | Description |
|---|---|---|
hashRequired | 0x… (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.