Skip to main content
Glama
Coinversaa

Coinversaa Pulse

Official
by Coinversaa

Builder Traders

builder_traders
Read-onlyIdempotent

Identify wallets trading through a specific builder address, ranked by fees, volume, or realized PnL. Reveals top fee payers and whether smart-money wallets use the frontend.

Instructions

Wallets that traded via a builder (0x-hex address) in the window, sortable by builder fees paid, volume, or realized PnL. Each row: wallet, realized PnL on its attributed fills, builderFeesUsd, volumeUsd, fills, latest equity (0 if untracked), and the wallet's ALL-TIME exchange-wide cohort tiers (pnlTier/sizeTier, emitted as legacy slugs like smart_money/whale; null if untracked) — lifetime labels, unlike the 30d-rolling tiers the pulse cohort tools classify by, so memberships can differ. Attributed fills slightly undercount versus ledger revenue (trigger-order stop/TP fills not yet attributed — see the response's dataNotes). Use for 'who are builder X's biggest fee payers?' or 'are smart-money wallets using this frontend?'. Requires Pro tier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoRanking: builderFee (fees paid to the builder), volume, or pnl.builderFee
limitNoRows to return (max 500).
offsetNoPagination offset.
periodNoAttribution window: day, week, or month.week
builderYesBuilder 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. Changed1 schema field changedv0.11.1
    • changedInput schema / properties / builder / description
      Previous value: -"Builder address (0x...) — the fee-receiving address a frontend/bot/dex registers on Hyperliquid"New value: +"Builder address (0x...)"
  2. Addedv0.11.0

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnly/openWorld/idempotent/non-destructive hints, so the bar is lower, but the description adds valuable behavioral caveats: attributed fills undercount versus ledger revenue, trigger-order fills are not yet attributed, dataNotes exist in the response, and cohort tiers are lifetime labels unlike 30d-rolling pulse tiers. This goes well beyond the structured annotations.

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 dense but every sentence earns its place: purpose, row fields, a data caveat, concrete use cases, and access tier. It is front-loaded with the core function and avoids filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description carries the burden of explaining return values, and it does: each row's fields are enumerated, including untracked nulls and the 0-if-untracked equity behavior. It also covers the undercounting caveat and Pro tier requirement. Combined with full schema param coverage, an agent has enough context to call this correctly.

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 coverage is 100%, so the baseline is 3. The description aligns with schema parameters by mentioning sortable by builder fees/volume/PnL and window, but it does not add meaning beyond the schema's own field descriptions. The schema already documents sort, limit, offset, period, builder, and useToonFormat adequately.

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 precise verb and resource: it lists wallets that traded via a builder address, scoped to a window and sortable by fee, volume, or PnL. It also distinguishes itself from pulse cohort tools by explicitly contrasting lifetime tiers with 30d-rolling tiers, so an agent can tell it apart from siblings without inspecting 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 concrete use cases: 'who are builder X's biggest fee payers?' and 'are smart-money wallets using this frontend?'. It also differentiates from pulse cohort tools by calling out the tier semantics difference. However, it does not explicitly state when not to use this tool or name a specific sibling alternative for comparison, so it falls short of full exclusion guidance.

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