Skip to main content
Glama

Did this token's contract change under you?

contract_change

Did this token's contract change under you? Compare a Base contract with its previous Tereno observation to catch a silent proxy upgrade, an admin swap, a bytecode change or a freshly paused contract, each answer stating the block it stops being valid at. Paid per call with x402 on Base: $0.01 to $0.02 USDC depending on how much of the answer the network already has. Shared: reusing an answer another agent already paid for costs less, and the wallet that produced it earns a bounded credit.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressYesBase token or contract address to compare against its previous observation. Poll it on a watchlist: the answer states the block it stops being valid at.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / address / description
      Previous value: -"Base contract address to compare against its previous observation."New value: +"Base token or contract address to compare against its previous observation. Poll it on a watchlist: the answer states the block it stops being valid at."
  2. First observed

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and discloses several non-obvious behaviors: the paid-per-call model with x402, pricing based on network caching, sharing mechanics, and that each answer includes the block at which it becomes invalid. It does not mention edge cases like what happens if there is no previous observation, but the disclosure is substantial.

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

Conciseness4/5

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

The description is concise and information-dense, covering purpose, examples, output, cost, and sharing in four sentences. It is front-loaded with the core purpose and avoids redundancy, though the opening question is largely rhetorical and could be trimmed.

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?

Given the tool's simplicity (one parameter, no output schema), the description covers the key aspects: what it does, when to use it, what output to expect, and the business model. It lacks explicit failure/edge-case behavior, but for its complexity it is well-rounded and complete.

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 description coverage is 100% and the schema itself already provides a detailed description of the 'address' parameter, including its pattern and use case. The tool description reinforces that it refers to a 'Base contract' but adds little beyond the schema, so the baseline of 3 is appropriate.

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

Purpose5/5

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

The description clearly states the tool's function: comparing a Base contract with its previous Tereno observation to detect changes such as proxy upgrades, admin swaps, bytecode changes, or pauses. It uses a specific verb ('compare') and resource ('Base contract', 'Tereno observation'), and the examples of detectable changes distinguish it from sibling tools like contract_guard or contract_interface.

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

Usage Guidelines4/5

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

The description provides clear usage context by suggesting 'Poll it on a watchlist' and enumerating specific scenarios (silent proxy upgrade, admin swap, etc.). However, it does not explicitly mention when not to use this tool or name alternative tools, so it falls short of the highest mark.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.