Skip to main content
Glama

enumerate_entities

Generate spell-corrected ENS labels for real-world categories (e.g., NBA hall of fame players) and report which are available or registered.

Instructions

Enumerate ENS-friendly labels for a finite real-world entity category (e.g. "NBA hall of fame players", "Pixar feature films", "F1 world champions") and report which are available vs registered.

USE THIS for queries like "find me NBA hall of famers", "available Pixar films", or "Beatles songs I can register". The labels are generated and spell-verified server-side — do NOT enumerate entity names yourself and pass them to check_availability, because models routinely misspell long-tail names (scottiepippin vs scottiepippen) or invent entities that don't exist.

DO NOT use for vibes/themes ("luxury watch names") or ENS-native categories ("10k club", "3-letter words") — use search_ens_names for those. For a single name, use check_availability.

Returns entries grouped by status; each carries the proper name (e.g. "Scottie Pippen") alongside the ENS label (scottiepippen.eth) so you can show the human-readable name in your reply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoWhich slice to return. "available" = registerable names only. "registered" = names already owned. "all" = both, with status. Default: all.all
categoryYesReal-world entity category ONLY — e.g. "NBA hall of fame players", "US presidents", "Italian cities", "Beatles songs". Be specific, but pass a CLEAN category with NO extra qualifiers: strip availability/quality/price words such as "available", "cheap", "famous", "best", "top". For availability, set the "filter" param instead.
Behavior4/5

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

With no annotations provided, the description carries the full burden and does so well. It discloses that labels are generated and spell-verified server-side, that results are grouped by status, and that each entry includes the proper name alongside the ENS label. It does not cover auth, rate limits, or edge cases, but for this tool the key behaviors are explained.

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 longer than a typical one-liner but every sentence earns its place: it defines the tool, lists use cases, gives exclusions, and describes the return format. The use of 'USE THIS' and 'DO NOT' headers improves scanability. Slightly verbose but well-structured and front-loaded.

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 tool with 2 parameters, no output schema, and no annotations, the description covers the essential context: when to use it, what it returns, and how it differs from siblings. It could mention potential limitations (e.g., large categories, timing) but is complete enough for an agent to select and invoke 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?

The input schema already provides 100% coverage of both parameters, including descriptions, enums, and guidance on the 'category' parameter (e.g., strip qualifiers). The tool description reinforces these with examples but does not add new semantic information beyond what the schema already states. Baseline of 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 opens with a specific, well-defined action: 'Enumerate ENS-friendly labels for a finite real-world entity category... and report which are available vs registered.' This clearly distinguishes the tool from siblings like search_ens_names and check_availability, and the examples ('NBA hall of fame players', 'Pixar feature films') leave no ambiguity about what it does.

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 provides explicit guidance on when to use the tool ('USE THIS for queries like...'), when not to use it ('DO NOT use for vibes/themes... or ENS-native categories'), and names the alternatives ('use search_ens_names... use check_availability'). It even warns against manually enumerating names and passing them to check_availability, giving clear behavioral rules.

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/eggybug42069/namewhisper-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server