Skip to main content
Glama

token_flow_activity

Recent Solana token-flow activity for one wallet or token mint: per-transaction token balance deltas with direction, counterparties, an activity read (transfer, swap, mint_burn) and RPC provenance, over a bounded window. $0.02/call via x402 (Solana or Base) or MPP; repeat calls are cache-backed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mintNoKeep only transactions that moved this mint.
limitNoMost recent transactions scanned; filters apply within them. Page with cursor.before.
beforeNoSignature cursor from a previous response (cursor.before) to page further back.
addressYesSolana wallet owner or token mint (base58).
activityNoKeep only transactions of this read: transfer, swap (a public DEX program was involved), mint_burn.any
directionNoFor a wallet subject: keep transactions where the wallet received (in) or sent (out) tokens.any
window_hoursNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

B3.2/5.0
Behavior3/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 explaining behavior. It does disclose that the call is read-oriented, cache-backed, and costs $0.02, and it describes the return content, but it does not explicitly confirm that no state is modified, nor does it mention error conditions or rate limits.

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 reasonably concise and front-loads the core purpose. The second sentence adds useful operational details about cost and caching, though the phrase 'activity read' is slightly awkward and the long parenthetical list could be tightened.

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 that there is no output schema, the description does a good job summarizing what a response will contain: balance deltas, direction, counterparties, activity type, and RPC provenance. It also covers the bounded time window, cost, and caching; it could be more complete by explicitly addressing pagination behavior, but the schema already covers cursor usage.

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 86%, with six of seven parameters described, and the description reinforces the meaning of activity, direction, and the bounded window. However, window_hours lacks a description, and the description itself adds little semantic detail beyond what the schema already provides.

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?

The description clearly identifies the tool's purpose as retrieving recent Solana token-flow activity for a wallet or mint, and it specifies the output concepts: per-transaction balance deltas, direction, counterparties, activity type, and RPC provenance. It is slightly less crisp because 'activity read' is an odd phrasing, but the overall intent is unmistakable.

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 gives no explicit guidance on when to choose this tool over sibling tools such as wallet_analyze, wallet_spy, or token_metrics. It mentions cost and caching but does not state use cases, alternatives, or conditions under which this tool is preferable.

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.