Skip to main content
Glama
Coinversaa

Coinversaa Pulse

Official
by Coinversaa

Trader Closed Position Stats

pulse_trader_closed_position_stats
Read-onlyIdempotent

Analyze a trader's closed positions to get average hold duration, win rate by position, total positions closed, and PnL summary. Determine if they are a scalper or swing trader.

Instructions

Get aggregate statistics about a trader's closed positions: average hold duration, win rate by position (not by fill), total positions closed, and PnL summary. Use this to understand how long a trader typically holds and their position-level performance. Answers: 'What is this trader's average hold time?', 'Win rate by position (not by fill)?', 'Is this trader a scalper or swing trader?', 'Average PnL per position?'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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. Dates show when Glama detected each change.

  1. Addedv0.6.0

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare read-only, idempotent, open-world, and non-destructive behavior, so the description only needs to add context on top of that. It adds useful semantic constraints ('not by fill') but does not disclose caveats such as time range, empty-result behavior, or how toon vs standard formatting affects the response.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three sentences with the core purpose and metrics front-loaded, and the example questions make it actionable. Slight redundancy exists because the examples restate metrics already listed in the first sentence.

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 simple 2-parameter read-only tool with strong annotations and full schema parameter coverage, the description covers what statistics are returned and why an agent would call it. It does not specify the exact output shape or the time window of closed positions, but the metric list and use cases are sufficiently complete for correct invocation.

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 address and useToonFormat are already fully documented in the schema. The description adds no parameter-specific guidance beyond that schema baseline.

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?

Specific verb ('Get aggregate statistics') plus a clearly bounded resource ('a trader's closed positions'), and it enumerates the exact metrics returned. It also distinguishes itself from fill-level trade metrics via 'win rate by position (not by fill)' and from raw closed-position siblings by its aggregate focus.

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?

Provides clear use context: understanding how long a trader holds positions and whether they are a scalper or swing trader, with concrete example questions. It stops short of saying when not to use this tool or naming sibling tools like pulse_trader_closed_positions for raw position lists.

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