Skip to main content
Glama

agentek-eth

by NaniDAO

getTransactionLogs

Retrieve transaction logs from specific blockchain networks using chain ID and transaction hash to analyze and track transaction details efficiently.

Instructions

Retrieve logs that were generated from a specific transaction.

Input Schema

NameRequiredDescriptionDefault
chainYesChain ID for the blockchain network. Supports: 1, 137, 42161, 10, and 8453
txhashYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "chain": { "anyOf": [ { "enum": [ "1", "137", "42161", "10", "8453" ], "type": "string" }, { "allOf": [ { "type": "number" }, { "enum": [ "1", "137", "42161", "10", "8453" ], "type": "string" } ] } ], "description": "Chain ID for the blockchain network. Supports: 1, 137, 42161, 10, and 8453" }, "txhash": { "type": "string" } }, "required": [ "chain", "txhash" ], "type": "object" }
Install Server

Other Tools from agentek-eth

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/NaniDAO/agentek'

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