Skip to main content
Glama
Coinversaa

Coinversaa Pulse

Official
by Coinversaa

Max Pain Events

pulse_max_pain_events
Read-onlyIdempotent

Identify closed perpetual positions that endured deep drawdowns yet closed in profit. View entry, MAE, exit prices, realized PnL, and max drawdown percentage to spot resilient trades.

Instructions

Find the biggest survived drawdowns: closed perp positions that went deeply underwater (high MAE) yet still closed in profit. These are 'diamond hands' winners that nearly blew up first. Returns the position, entry/MAE/exit prices, realized PnL, and max drawdown %. Filtered to material positions (minPnl) with bounded drawdowns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of events to return.
minPnlNoMinimum realized PnL in USD to filter noise. Default 1000.
offsetNoPagination offset.
useToonFormatNoReturn data in compact toon format (default: true). Set to false for standard JSON.
minDrawdownPctNoMinimum drawdown % (MAE vs entry) to qualify. Default 10.

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 the tool read-only, idempotent, and non-destructive. The description adds meaningful behavioral detail beyond that: it returns position, entry/MAE/exit prices, realized PnL, and max drawdown %, and filters to material positions via minPnl. The phrase 'bounded drawdowns' is slightly vague, so it does not earn a 5.

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 well-structured sentences with the core purpose front-loaded. The 'diamond hands' phrasing adds useful interpretive color without padding, and every sentence contributes either selection criteria or return-value information.

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 list tool with no output schema, the description covers the selection concept, return fields, and key filters, which is largely sufficient. A small gap is that 'bounded drawdowns' is not fully precise about whether it refers to the minimum drawdown threshold or an upper bound, and the sort order implied by 'biggest' is not explicitly stated.

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%, so the schema already documents each parameter. The description restates the minPnl concept and alludes to drawdown filtering, but does not meaningfully extend the parameter documentation. Baseline 3 is appropriate here.

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 opens with a specific verb and resource: 'Find the biggest survived drawdowns' and then precisely defines what counts as one: closed perp positions that went deeply underwater (high MAE) yet still closed in profit. This clear definition differentiates the tool from related sibling tools like pulse_survivors or pulse_anti_survivors without needing to read their schemas.

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 clear context for when to use this tool: when the agent wants 'diamond hands' winners that nearly blew up but still closed profitably. It does not explicitly name alternatives or exclusion conditions, but the unique criteria and filter mentions make the intended use reasonably inferable.

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