Skip to main content
Glama
Coinversaa

Coinversaa Pulse

Official
by Coinversaa

Wallet Drawdown Curve

pulse_wallet_drawdown_curve
Read-onlyIdempotent

Get a wallet's per-position drawdown (MAE) and run-up (MFE) curve for closed perps, showing worst adverse and best favorable price excursions to judge pain tolerance and exit timing.

Instructions

Get a wallet's per-position drawdown (MAE) and run-up (MFE) curve: for each closed perp lifecycle, the worst adverse price excursion and best favorable excursion vs entry, as percentages. Use to judge a trader's pain tolerance and exit timing — 'how far underwater did they go before it worked?'. Perp-only (spot has no MAE).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of positions to return.
offsetNoPagination offset.
addressYesEthereum wallet address (0x...)
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, idempotentHint, and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context beyond annotations: it specifies that the tool analyzes closed perp lifecycles, reports MAE and MFE as percentages versus entry, and is not applicable to spot positions.

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 compact and well-ordered: the core function comes first, followed by the exact semantics of the output, then the use case, then the domain restriction. Every sentence contributes information, and there is no filler or repetition.

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?

There is no output schema, but the description clearly communicates the conceptual return value: per-position MAE and MFE percentages for closed perp lifecycles. It does not spell out exact response field names or ordering, but for a read-only analytical tool with fully documented input parameters, this is sufficient context for an agent to understand what it will receive.

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 parameters are already fully documented by the schema. The description does not add parameter-specific details, but it does contextualize what the returned values mean (MAE/MFE as percentages), which indirectly helps interpret limit/offset usage. Baseline 3 is appropriate.

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: 'Get a wallet's per-position drawdown (MAE) and run-up (MFE) curve.' It clarifies exactly what is returned—worst adverse and best favorable price excursions per closed perp lifecycle, as percentages—and explicitly distinguishes itself by noting this is perp-only, so it is not confused with spot-related tools.

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 a clear when-to-use rationale: 'Use to judge a trader's pain tolerance and exit timing,' with a concrete framing of the question it answers. It also provides an exclusion boundary, 'Perp-only (spot has no MAE),' though it does not name alternative sibling tools explicitly.

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