Skip to main content
Glama
Coinversaa

Coinversaa Pulse

Official

pulse_trader_lifecycles

Reconstruct a wallet's full position lifecycles from on-chain fills, including entry/exit VWAP, hold duration, realized PnL, and liquidation status. Use for deep due diligence and timing analysis.

Instructions

Get a wallet's position lifecycle history — every open->close cycle reconstructed from on-chain fills, with entry/exit VWAP, peak size, hold duration, realized PnL, fees, fill count, and liquidation status. Richer than closed-positions: each row is a full position lifecycle. 90-day rolling window; spot (@-prefixed) excluded by default. Use for deep position-level due diligence and timing analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
useToonFormatNoReturn data in compact toon format (default: true). Set to false for standard JSON.
addressYesEthereum wallet address (0x...)
coinNoFilter by coin symbol (e.g. BTC, ETH). For builder dex: prefix:COIN (e.g. xyz:SILVER).
statusNoLifecycle status filter. Default 'closed'.closed
includeSpotNoInclude spot (@-prefixed) pairs. Default false (perps only).
includeCensoredNoInclude censored/low-quality lifecycles. Default false.
limitNoNumber of lifecycles to return.
offsetNoPagination offset.
Behavior4/5

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

Describes reconstructed nature from on-chain fills, output fields, and defaults/constraints (90-day window, spot excluded). With no annotations, description adequately covers safety profile (read-only implied) and behavioral context.

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 sentences front-loaded with action and key details. No redundancy, every sentence adds value (what it returns, comparison to sibling, use case).

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?

Covers output fields, time window, filtering defaults, and purpose. Lacks explanation of pagination or sorting order, but schema handles pagination parameters. Reasonably complete for a read tool with well-documented schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers all parameters with descriptions (100% coverage). Description adds context for includeSpot (default exclusion of spot pairs) and mentions default status 'closed' indirectly through example fields. Adds slight value beyond schema.

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?

Description clearly states verb 'Get' and resource 'wallet's position lifecycle history', lists output fields (VWAP, PnL, etc.), and distinguishes from sibling tool 'closed-positions' by noting it returns full lifecycle data.

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?

Explicitly recommends use for 'deep position-level due diligence and timing analysis' and notes defaults (90-day window, spot excluded). Does not explicitly contrast with alternative tools beyond the 'Richer than closed-positions' hint.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Coinversaa/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server