Skip to main content
Glama

Contract Powers

check_any_contract

Free preview for ANY verified EVM contract on base, ethereum or polygon — including addresses not in the registry. Returns contract type, verification, name, whether it is a proxy, how many powers were found, how many owner-only functions went uncategorised, and whether an owner was found. The decision fields (which powers, the evidence, the admin address, the implementation) are withheld and listed by name. Use get_contract_powers first if the contract is already in the registry — that is free and complete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoDefault base.
addressYes0x-prefixed 20-byte address.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly states what is returned (contract type, verification, name, proxy status, counts, owner presence) and what is withheld (decision fields listed by name). It calls itself a 'free preview,' indicating partial information. This is transparent about the operation's behavior and limitations.

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 efficiently structured in three sentences: the first establishes scope and purpose, the second lists return fields, and the third provides usage routing. It is front-loaded with the most critical information and contains no fluff. Every sentence adds value.

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

Completeness5/5

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

For a tool with only 2 parameters and no output schema, the description comprehensively explains what the agent will receive (return fields), what is intentionally omitted (decision fields), and when to use an alternative. Nothing essential is missing for an agent to correctly invoke this tool and interpret results.

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%, with each parameter already described ('Default base.' for chain, '0x-prefixed 20-byte address.' for address). The tool description does not add further parameter-level semantics beyond the schema; it only contextualizes the overall purpose. Thus the baseline of 3 applies, as the schema already handles parameter documentation.

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 purpose: 'Free preview for ANY verified EVM contract on base, ethereum or polygon — including addresses not in the registry.' It specifies the resource (verified EVM contract), the scope (three chains), and mentions the extension beyond the registry. It distinguishes itself from get_contract_powers by noting the preview nature and withheld decision fields.

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

Usage Guidelines5/5

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

Explicit guidance is given: 'Use get_contract_powers first if the contract is already in the registry — that is free and complete.' This directly tells the agent when to use this tool versus the sibling. It also implies this tool is for contracts not in the registry or for a quick preview, covering both when and when-not to use.

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.