Skip to main content
Glama
tehironclad

Dysnomia Ecosystem Navigator — MCP Server

by tehironclad

search_events

Find on-chain event logs across Dysnomia contracts by filtering contract, event signature, address, or block range to track minting, transfers, Beat calls, and terraforming events.

Instructions

Search on-chain event logs across Dysnomia contracts. Filter by contract, event topic, address, or block range. Useful for tracking minting activity, transfers, Beat() calls, and terraforming events.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contractNoContract name or address to filter logs from
to_blockNoEnd block number (default: latest)
from_blockNoStart block number (default: latest - 1000)
max_resultsNoMax logs to return (default: 50)
topic_filterNoAdditional topic hash to filter by (e.g. an address as topic)
event_signatureNoEvent signature to filter by, e.g. 'Transfer(address,address,uint256)'

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

There are no annotations, so the description must carry the full behavioral disclosure burden. It describes the operation as a search (implying read-only) but does not explicitly state that it has no side effects, requires no special permissions, or how results are returned. It also doesn't mention pagination or rate limits. The description adds some behavioral context (filters by contract, event topic, etc.) but omits crucial transparency about the operation's nature and constraints.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long with zero waste. The first sentence states the primary action and filtering options; the second provides concrete use cases. It is front-loaded with the core purpose and gives actionable context. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a search tool with no output schema and no annotations, the description covers the essential context: what it searches, what filters are available, and when it's useful. It doesn't explain the return format or pagination, but for a search operation that's less critical. The sibling tools are not referenced, but the description is clear enough that an agent can decide when to invoke it. It is reasonably complete for its complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so every parameter is described in the schema. The description adds a grouping of filters ('contract, event topic, address, or block range') that maps to the parameters but doesn't add significant new meaning beyond the schema. For example, it mentions 'address' which corresponds to topic_filter, but the schema already explains that. The baseline for high schema coverage is 3, and the description provides a slight overview without deepening understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Search on-chain event logs across Dysnomia contracts.' It identifies the verb (search), resource (event logs), and scope (Dysnomia contracts). It also gives concrete use cases (tracking minting, transfers, Beat() calls, terraforming events), which helps distinguish it from siblings like debug_call or get_contract_state. It doesn't explicitly name alternatives, but the purpose is specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides context on when to use the tool ('Useful for tracking minting activity, transfers, Beat() calls, and terraforming events'), but it does not explicitly state when NOT to use it or mention alternative tools. The guidance is implied rather than explicit, and there are no exclusions or comparisons to siblings. This meets the 'implied usage' level but not the higher tiers that require explicit routing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.