Skip to main content
Glama

Name Whisper — ENS Intelligence Layer

sweep

Destructive

Floor-sweep: buy the CHEAPEST N listed ENS names in a category/collection (or matching a filter) in ONE Seaport transaction.

Use this when the user wants "the cheapest N", "sweep the floor", or "buy up to X ETH of" a cohort — rather than naming specific names (that's batch_purchase).

Pick the cohort with 'category' (a collection slug like "999-club") and/or 'q'/'charType'/'minLength'/'maxLength'. Bound the sweep with 'count' (how many) and/or 'maxBudgetEth' (total spend), plus an optional 'maxPriceEth' per-name cap. It selects cheapest-first across NameWhisper, OpenSea, and Grails, then packs them into one fulfillAvailableAdvancedOrders call (capped at 20 names — run again to continue). NFTs are delivered directly to the buyer; Seaport skips any order that sold since discovery and refunds the excess. The response reports what was swept (with marketplace + price), the total, and how many matched but fell outside the bound.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoLabel text filter (substring), e.g. "punk" to sweep names containing punk.
countNoHow many names to sweep, cheapest-first (max 20 per tx). Defaults to 10 if no budget is given.
categoryNoCollection slug to sweep, as used by the marketplace (e.g. "999-club", "10k-club", "three-letter"). Comma-separate for multiple. Optional if q/charType/length is given.
charTypeNoRestrict to a character class. "mixed" covers any label combining letters and digits; "hex" narrows to just the all-hex-digit ones (abc666, 1a2b).
maxLengthNoMaximum label length.
minLengthNoMinimum label length.
maxPriceEthNoPer-name price cap — skip any listing above this so a pricey outlier just off the floor is not swept up.
maxBudgetEthNoTotal ETH budget — keeps buying up the floor until adding the next cheapest would exceed this.
walletAddressYesBuyer wallet address — receives all swept names.

TDQS

A4.9/5.0
Behavior5/5

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

Annotations only say destructiveHint=true, but the description adds rich behavioral context: names are swept cheapest-first across NameWhisper, OpenSea, and Grails; packed into one fulfillAvailableAdvancedOrders call; capped at 20 names; sold-out orders are skipped; excess is refunded; and NFTs are delivered directly. It also discloses the response contents, which matters given there is no output schema.

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 longer than average but every sentence earns its place: it covers intent, usage trigger, cohort selection, bounds, transaction mechanics, cap, skip/refund behavior, and response summary. It is front-loaded with the core behavior and uses structured sub-clauses instead of fluff.

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?

For a complex financial transaction tool with 9 parameters and no output schema, the description is complete: it tells when to use it, how to select the cohort, how to bound the sweep, what happens under the hood, why it is capped, and what the response reports. No significant operational gap remains.

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 description coverage is 100%, so the baseline is 3. The description adds value by explaining how parameters work together: category/q/charType/minLength/maxLength define the cohort, count and maxBudgetEth bound the sweep, and maxPriceEth caps per-name price. It also clarifies algorithm behavior like 'keeps buying up the floor until adding the next cheapest would exceed this.'

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 opens with a specific action: 'buy the CHEAPEST N listed ENS names in a category/collection (or matching a filter) in ONE Seaport transaction.' It also explicitly differentiates from batch_purchase, which is used for specific names, so an agent can distinguish it from the closest sibling 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 Guidelines5/5

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

The description explicitly states when to use the tool: 'Use this when the user wants "the cheapest N", "sweep the floor", or "buy up to X ETH of" a cohort.' It also names the alternative: 'rather than naming specific names (that's batch_purchase).' This gives clear selection criteria.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.3/5.0
Disambiguation4/5

Most tools have clearly distinct purposes with detailed descriptions, but some pairs (e.g., search_ens_names vs enumerate_entities, batch_purchase vs sweep) could cause confusion due to overlapping functionality. The descriptions help differentiate, but the large number of tools increases ambiguity risk.

Naming Consistency5/5

All tool names use consistent snake_case with a verb_noun pattern (e.g., get_name_details, set_ens_records, batch_create_listings). Naming conventions are uniform and predictable, making it easy to infer tool purpose from the name.

Tool Count4/5

With 44 tools, the server is quite comprehensive, covering a wide range of ENS operations. While this exceeds the typical 3-15 tool count, the scope of the domain (marketplace, registration, agent identity, etc.) justifies the number, and tools are well-organized into logical groups.

Completeness5/5

The tool surface covers the full lifecycle of ENS names: registration, renewal, wrapping, transfers, marketplace actions (listings, offers, purchases), record management, subnames, agent identity, and market intelligence. No obvious gaps are present for an ENS intelligence platform.