Skip to main content
Glama
Coinversaa

Coinversaa Pulse

Official
by Coinversaa

Builder Profile

builder_profile
Read-onlyIdempotent

Assess a Hyperliquid builder's performance: revenue from on-chain fee ledger, fee tokens, daily volume, top coins, and profitable wallets over day/week/month.

Instructions

Single-builder overview for a 0x-hex builder address: exact revenue from Hyperliquid's on-chain builder-fee ledger over the period (day/week/month), first/last fee accrual timestamps, distinct fee tokens, most common requested fee rate over the last 7d of orders (feeTenthsBp, tenths of a basis point), a daily attributed series (fees/volume/users/fills) with the biggest day highlighted, top coins by attributed volume, and how many of the period's attributed wallets are all-time profitable. Attributed metrics slightly undercount versus ledger revenue (trigger-order stop/TP fills not yet attributed — see the response's dataNotes); builderName comes from a curated registry, omitted when unknown. Returns 404 for addresses with no revenue in the fee ledger. Use for 'how is builder X doing?' or 'what do people trade on frontend Y?'. Requires Starter tier or higher.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
periodNoAggregation window: day, week, or month.month
builderYesBuilder address (0x...)
topCoinsNoHow many top coins (by attributed volume) to return (max 50).
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.4/5.0
Behavior5/5

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

The annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior. The description adds substantial behavioral context beyond that: attributed metrics undercount ledger revenue due to trigger-order fills, builderName comes from a curated registry and may be omitted, and the tool returns 404 for addresses with no fee-ledger revenue. This is exactly the kind of caveat-rich detail an agent needs.

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 description is long but densely informative with no filler. It front-loads the core purpose, then adds caveats, error behavior, usage examples, and access requirements. It could be slightly streamlined, but every sentence carries meaningful operational information.

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?

There is no output schema, so the description properly carries the burden of explaining return contents, including the daily series, undercounting caveat, registry behavior, and 404 error case. It also covers access tier and concrete use cases, making the tool fully actionable without needing to open sibling definitions.

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 schema already documents builder, period, topCoins, and useToonFormat. The description reinforces period semantics by listing day/week/month and explains that 'top coins' refer to attributed volume, aligning with the schema. It does not add significant new parameter-level detail beyond the schema, so the 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 names a specific verb and resource: 'Single-builder overview for a 0x-hex builder address' and enumerates the exact outputs (ledger revenue, timestamps, fee tokens, fee rate, daily series, top coins, profitable wallets). It clearly differentiates itself from the many sibling tools by focusing on a holistic per-builder summary rather than trades, fills, or leaderboards.

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 provides explicit use cases: "Use for 'how is builder X doing?' or 'what do people trade on frontend Y?'". It also states the tier requirement. It does not explicitly contrast itself with sibling tools like builder_leaderboard or builder_fills, but the use-case guidance is strong enough to route an agent correctly.

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