Skip to main content
Glama

extend_subname_expiry

Extend an ENS subname's expiry to avoid expiration, respecting the parent name's maximum expiry.

Instructions

Extend the expiry of an ENS subname in the NameWrapper.

Subnames have their own expiry that cannot exceed the parent name's expiry. This tool extends a subname's expiry.

Who can call this:

  • The parent name owner (always)

  • The subname owner (only if CAN_EXTEND_EXPIRY fuse is burned on the subname)

Use cases:

  • Extending subnames you've issued to users

  • Self-extending your own subname (if CAN_EXTEND_EXPIRY is set)

  • Keeping organizational subnames active

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesFull subname to extend (e.g. "sub.coffee.eth")
yearsNoNumber of years to extend from now (default: 1). Cannot exceed parent expiry.
Behavior4/5

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

With no annotations, the description carries the full burden for behavioral disclosure. It clearly explains permission requirements (parent owner, subname owner with fuse burned) and a key constraint (subname expiry cannot exceed parent expiry). It doesn't cover error behavior or side effects beyond extending expiry, but it provides substantial useful context.

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 well-structured with clear sections for definition, permissions, and use cases. Every sentence earns its place, and the core action is 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?

Given that there is no output schema, the description covers the essential context: purpose, permissions, constraint, and use cases. It is reasonably complete for a tool of this complexity, though it doesn't specify what happens if the requested years exceed parent expiry or other failure modes.

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 baseline is 3. The description adds the parent-expiry constraint but doesn't meaningfully augment the parameter meanings beyond what the schema already provides.

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 clearly states the tool's specific action: 'Extend the expiry of an ENS subname in the NameWrapper.' The verb 'extend' and resource 'ENS subname' are specific and distinguish it from sibling tools like renew_ens_name that likely target parent names.

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 who-can-call rules and concrete use cases, giving clear context on when to use the tool. However, it does not explicitly name sibling alternatives or state when not to use it, which would push it to a 5.

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