Skip to main content
Glama

token_changes

Read-only

Identifies large holder exits by reading live chain data and comparing current positions with recorded ones, useful for spotting stale cache or concentrated wallet selling.

Instructions

[$0.025] Who sold since we analysed it: reads the chain now and diffs the large positions against what we recorded. Use when a cached read feels stale or to see whether concentrated wallets are exiting. The only call that touches the chain live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintYesSolana token mint, base58.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintNoSolana token mint address (base58).
saysNoThe finding in one plain sentence, safe to quote.
_metaNo
readyNoFalse when we hold no holder baseline for this token; nothing is charged in that case.
changesNoMovement against the baseline: who left, who grew, and the supply behind it.
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, and the description adds meaningful behavioral context: it performs a live chain read, incurs a $0.025 cost, and diffs against previously recorded data. This goes beyond what the annotations alone convey.

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 compact and front-loaded: it opens with the user-facing question, then explains the mechanism, then gives usage context, then a differentiating caveat. Every sentence earns its place.

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 single-parameter read-only tool with an output schema and safety annotations, the description covers what the tool does, when to use it, its live-chain behavior, and its cost. Nothing essential is missing for an agent to select and invoke it correctly.

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% and the only parameter, mint, is already described as a Solana token mint in base58. The description does not add parameter-level detail beyond that, so the schema carries the semantic weight.

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 states a specific verb and resource: it reads the chain and diffs large positions against previously recorded data to answer 'who sold since we analysed it.' It also distinguishes itself from siblings by noting it is the only call that touches the chain live.

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 gives explicit when-to-use guidance: use it when a cached read feels stale or when checking whether concentrated wallets are exiting. It implies alternatives are cached reads and positions this tool as the live-chain option, though it does not name a specific sibling tool.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/freyotrisolana/mindjack-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server