Skip to main content
Glama
Coinversaa

Coinversaa Pulse

Official
by Coinversaa

One-Month Wonders

pulse_one_month_wonders
Read-onlyIdempotent

Find traders with one outstanding month followed by losses. Use this tool to surface flash-in-the-pan wallets, showing best-month PnL, total PnL, giveback amount, active months, and profitable months.

Instructions

Find flash-in-the-pan traders: big winners in a single month who then gave it back. Returns wallet, best-month PnL, total PnL, giveback amount, active months, and profitable months. Use for 'who had one great month then faded?'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of wallets to return.
offsetNoPagination offset.
minBestMonthNoMinimum best-month PnL in USD to qualify. Default 50000.
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.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false, covering the safety profile. The description adds meaningful behavioral context by specifying the selection logic ('big winners... who then gave it back') and enumerating the returned metrics, which is useful in the absence of an output schema.

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 two tight sentences with no filler. It front-loads the core purpose, then lists outputs, then gives the canonical use case. Every sentence earns its place.

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 read-only analytical tool with four optional, fully documented parameters and rich annotations, the description is adequately complete. It lists the key return fields and the intended question, so an agent can select and use the tool without needing more context. Minor gaps like the meaning of 'toon format' and giveback calculation details are not critical given the schema and annotations.

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 description coverage is 100%, and every parameter has a meaningful description, default, and bounds. The tool description adds no additional parameter meaning beyond the schema, so the baseline score of 3 applies.

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 ('Find') and a clearly defined resource category ('flash-in-the-pan traders: big winners in a single month who then gave it back'). It differentiates this tool from siblings like pulse_persistent_winners by emphasizing the 'one great month then faded' pattern.

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 explicitly provides a use-case query: 'who had one great month then faded?' This gives clear contextual guidance on when to invoke the tool. It does not explicitly state when not to use it or name alternative tools, but the intended scenario is unmistakable.

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