Skip to main content
Glama
Coinversaa

Coinversaa Pulse

Official
by Coinversaa

Newcomer Whales

pulse_newcomer_whales
Read-onlyIdempotent

Spot new big players: find wallets whose first activity is recent yet they already trade large notional. Get wallet, first-seen date, notional, PnL, and lifecycle count to detect emerging whales.

Instructions

Find new big players: wallets whose first-ever lifecycle is recent but who have already moved large notional. Returns wallet, first-seen date, gross notional, total PnL, and lifecycle count. Use for 'who just showed up and is already trading big?'. Lower minNotional if no rows return at default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of wallets to return.
offsetNoPagination offset.
minNotionalNoMinimum gross notional in USD. Default 100000.
newcomerDaysNoHow recent the first lifecycle must be, in days. Default 30.
useToonFormatNoReturn data in compact toon format (default: true). Set to false for standard JSON.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.8.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already cover read-only, open-world, idempotent, and non-destructive behavior. The description adds useful context beyond that: the first-ever lifecycle criterion, the returned metrics, and troubleshooting guidance on minNotional. No contradiction with annotations.

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?

Three tight sentences: purpose, returned fields, and usage/fallback guidance. There is no filler, and the most decision-relevant information is front-loaded.

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 read-only, fully schema-documented query with no output schema, the description covers intent, selection criteria, return fields, and a practical empty-result remedy. Nothing essential is missing for an agent to select and invoke the tool 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%, so every parameter already has clear meaning, defaults, and ranges. The description adds only a generic usage tip about minNotional, which is helpful but not necessary for understanding the parameters themselves.

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?

States a specific action ('Find'), a precise target ('wallets whose first-ever lifecycle is recent but who have already moved large notional'), and the returned fields. The newcomer-vs-established framing differentiates it clearly from siblings like pulse_persistent_winners and pulse_capital_titans.

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?

Gives an explicit motivating question ('who just showed up and is already trading big?') and even a fallback instruction to lower minNotional if no rows return. It does not explicitly mention when not to use it or which sibling alternatives to prefer, so it stops short of a 5.

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

Deploy Server

Other Tools