Skip to main content
Glama

Stocks On Chain

Look up a contract address

get_contract

What this site holds about one address: the name and category our registry records and who told us, plus what the code at that address actually is - its runtime bytecode hash, the implementation behind it if it is a proxy, and how many other addresses we track run byte-identical code. The code half is reproducible: fetch eth_getCode and take its keccak256 and you get the same hash. An address that is a token listing but not in the contract registry returns the listing (stock, issuer, chain) with no code record. This never says an address is safe, genuine or correct, and there is no field that could: check it against the issuer before you act on it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoChain slug, for example ethereum or robinhood-chain. Optional. Omit it to find the address on every chain we hold it.
addressYesThe contract address, in any case.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A3.5/5.0
Behavior4/5

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

With no annotations, the description carries the whole burden and does substantial work: it states the hash is independently reproducible via eth_getCode + keccak256, that token-listing-but-not-registered addresses return a partial (listing-only) record, and that no field asserts safety or correctness. It omits auth requirements, error behavior for a wholly unknown address, and any rate-limit context, which keeps it below a 5.

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?

It is front-loaded with the payload summary and the later sentences each carry a distinct claim (reproducibility, partial-record case, safety disclaimer). The prose is dense and somewhat circuitous, but no sentence is pure filler.

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?

With no output schema and no annotations, the description must describe returns, and it does so thoroughly, including the degenerate listing-only response and an explicit statement of what the data does not mean. It is nearly complete for a read-only lookup tool; only failure/empty-result handling is unaddressed.

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%, so the schema already documents both parameters, including the any-case address and the chain-omission-broadens-search behavior. The description adds no syntax, format, or default detail beyond that, so the baseline 3 applies.

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?

It gives a concrete inventory of what is returned: registry name/category and source, runtime bytecode hash, proxy implementation, and count of byte-identical deployments. It also distinguishes the token-listing-only case from the contract-registry case. It stops short of naming which sibling to use instead (e.g. get_stock for a token listing), so differentiation is implied rather than stated.

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

Usage Guidelines2/5

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

The description explains result contents but never says when to reach for this tool versus get_stock, get_manifest, or the list_* tools. The closest thing to usage guidance is the closing caution to check the record against the issuer before acting, which is advice about trust, not tool selection. No exclusions or prerequisites are given despite six siblings.

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.

Resources