Skip to main content
Glama

EmblemAI AgentWallet

nansen: nansen_who_bought_sold

nansen_who_bought_sold
Read-onlyIdempotent

See which smart money wallets bought or sold a specific token in a date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYesChain the token is on
date_toYesEnd date (YYYY-MM-DD)
per_pageNoResults per page
date_fromYesStart date (YYYY-MM-DD)
label_typeNoTrader label filter (smart_money, all_traders)smart_money
token_addressYesToken contract address

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior2/5

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

Annotations already cover read-only, open-world, and non-destructive behavior, lowering the burden on the description. However, the description adds no additional behavioral details beyond restating the query scope; it omits return format, pagination behavior, or any caveats about the open-world nature.

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 a single, concise sentence that front-loads the action and expected outcome. Every word contributes meaning, with no filler or redundancy.

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 straightforward read-only list query with complete parameter descriptions, the description plus schema is sufficient for an agent to invoke the tool. It does not explicitly describe the output shape, but no output schema exists; the expected result (a list of wallets) is implicit and adequately conveyed.

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%, with descriptions for all six parameters, including enum values for chain and label_type. The description adds no extra parameter detail beyond what the schema provides, so the baseline score 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 uses a specific verb ('See') and clearly identifies the resource ('which smart money wallets bought or sold a specific token') and scope ('date range'). It distinguishes itself from sibling tools like nansen_smart_money_trades by focusing on wallet identities rather than the trade stream.

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 implies the use case—finding smart money buyers/sellers for a token over a date range—but does not explicitly compare with alternatives such as nansen_smart_money_trades or mention when not to use it. It provides clear context but lacks exclusion or alternative guidance.

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