Skip to main content
Glama
Coinversaa

Coinversaa Pulse

Official
by Coinversaa

Cohort Summary

pulse_cohort_summary
Read-onlyIdempotent

Analyze behavioral cohorts of tracked Hyperliquid wallets by PnL and size tiers, showing wallet counts, average PnL, win rates, and total volume to identify trader performance patterns.

Instructions

Get behavioral cohort analysis across every tracked wallet on Hyperliquid. Returns PnL tiers (Apex/apex, Sharps/sharps, Grinders/grinders, Scrapers/scrapers, The Crowd/crowd, Bleeders/bleeders, Trapped/trapped, Blown Out/blown_out) and size tiers (Heavyweights/heavyweights, Cruiserweights/cruiserweights, Middleweights/middleweights, etc). Response payloads still use legacy slugs (money_printer, leviathan, ...). Each tier shows wallet count, avg PnL, avg win rate, and total volume. For the current tracked-wallet total, call pulse_global_stats first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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
Behavior4/5

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

Annotations already declare the tool read-only, open-world, idempotent, and non-destructive, so the safety profile is covered. The description adds valuable behavioral context beyond annotations: response payloads use legacy slugs like money_printer and leviathan, and each tier exposes wallet count, avg PnL, avg win rate, and total volume.

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?

The core purpose is front-loaded in the first sentence, and the remaining sentences add concrete output details and a necessary prerequisite call. The tier lists are fairly long but earn their place by setting expectations about the response taxonomy.

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?

Even without an output schema, the description explains what the response contains: tier categories, per-tier metrics, and legacy slug naming. It also covers the related global-stats prerequisite. Minor gaps remain around the exact top-level payload shape and the full size-tier list, but the tool has only one optional boolean parameter and is otherwise well-specified.

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?

The input schema fully describes the single optional useToonFormat parameter with its default and meaning, so schema coverage is 100%. The description adds no additional parameter-level semantics beyond what the schema already provides, which matches the baseline for full schema coverage.

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 states a specific verb and resource: 'Get behavioral cohort analysis across every tracked wallet on Hyperliquid.' It further differentiates the tool by enumerating the PnL and size tier categories it returns, which distinguishes it from sibling cohort tools like pulse_cohort_positions or pulse_style_distribution.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description makes the scope clear ('across every tracked wallet') and advises calling pulse_global_stats first when the total tracked-wallet count is needed. However, it does not explicitly state when to prefer this tool over alternatives or when not to use it, so usage guidance is mostly implied rather than explicit.

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