Skip to main content
Glama

Onvexia — Crypto Fundamentals, Sentiment & Onchain Tracking

On-chain · Whale transactions

get_whale_transactions
Read-onlyIdempotent

Recent large on-chain transfers, optionally filtered to one asset.

"Whale" is a SIZE threshold, not an identity. A large transfer is very often an exchange moving its own funds between wallets, which is not a market action at all — counterparty labels are included where we hold them, and a null label means WE HAVE NO LABEL, never that the counterparty is unknown or safe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
symbolNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Beyond the readOnly and idempotent annotations, the description adds material behavioral context: counterparty labels are included only where held, and null labels mean 'we have no label', not 'unknown' or 'safe'. This directly addresses a likely misinterpretation of the data.

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 concise and front-loaded with the main purpose. The warning occupies only two sentences and every sentence adds meaningful information without redundancy.

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

Completeness3/5

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

The purpose and key interpretation trap are covered well, but with no output schema the description leaves the exact response shape, recency window, and `limit` behavior unstated. It is sufficient for safe invocation but not fully predictive of the returned data.

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?

The schema description coverage is 0%, so the description must explain parameter semantics. It explicitly maps 'symbol' to 'filtered to one asset', which is helpful, but `limit` is left entirely implicit without any explanation of its behavior or constraints.

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 concrete deliverable: 'Recent large on-chain transfers, optionally filtered to one asset.' This is a specific verb+resource statement and is clearly distinct from the broader flow and entity tools in the sibling list.

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 provides clear context for when this tool is relevant and gives a strong caveat about interpreting 'whale' as a size threshold rather than identity. It does not explicitly name alternative tools, but the usage guidance about null labels and exchange transfers is valuable and prevents misuse.

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.