Enumerate ENS-friendly labels for a finite real-world entity category and report which are available vs registered.
USE THIS for any query like "find me NBA hall of famers", "available Pixar films", "F1 drivers I can register", "Beatles songs that are open". The tool generates verified, correctly-spelled ENS labels — do NOT enumerate entity names from your own context and pass them to check_availability, because models routinely misspell long-tail names (scottiepippin instead of scottiepippen) or invent people who don't exist (e.g. "johncarlton" as an NBA HOFer). This tool exists precisely to avoid that.
DO NOT use this for:
- Vibes / themes ("luxury watch names", "edgy crypto names") — use search_ens_names with concept_search instead.
- ENS-native categories ("10k club", "3-letter words") — use search_ens_names with collection_search.
- Single-name lookups — use check_availability.
Returns a list of entries grouped by status. Each entry has the proper name (e.g. "Scottie Pippen") alongside the ENS label (scottiepippen.eth), so you can show users the human-readable name in your reply.
Connector