manage_ens_name
Obtain a full ENS name management overview: registration status, expiry date, ownership, wrapper status, renewal pricing, and recommended actions for your domain.
Instructions
One-shot management report for an ENS name. This is the ONLY tool you need to answer "management report", "full overview", "health check", "status check", "what should I do about X", or "tell me what to do with X" queries. Prefer this over calling get_name_details + get_valuation separately — this tool is purpose-built for status/recommendation queries and returns the full picture in one call.
Returns:
Registration status (active, expiring soon, grace period, premium auction, expired, available)
Exact expiry date and days remaining
Whether the name is wrapped (NameWrapper) or unwrapped (BaseRegistrar)
Current owner address
On-chain renewal pricing
Ranked recommended actions based on current status (renew now, migrate to wrapper, etc.)
Distinct from get_name_details (which returns owner/listings/offers without a recommendation engine). Use this for "what should I do" queries; use get_name_details only if you need marketplace data (active listings, offers) which this tool does not include.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ENS name to check (e.g. "coffee.eth") | |
| includeRenewalPricing | No | Include on-chain renewal pricing (default: true) |