Skip to main content
Glama

mint_subnames

Bulk create ENS subnames under a parent domain for agent fleet identities, each with custom owner and records. Generates transaction recipes for signing.

Instructions

Bulk create subnames under a parent ENS name. Designed for agent fleet deployment — create identities like agent001.company.eth, agent002.company.eth, etc. Each subname can have its own owner and records (addresses, text records). Uses the ENS NameWrapper for subname creation.

Returns complete transaction recipes (contract address, encoded calldata, gas estimates) for each subname. Your wallet signs and broadcasts the transactions. Subnames are free to create — only gas costs apply.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
subnamesYesArray of subnames to create (max 50 per batch)
parentNameYesParent ENS name (e.g. "company.eth")
walletAddressYesWallet address that owns the parent name
allowOverwriteNoDefault false. If false, throws when any subname already exists. Set true to overwrite existing subnames (destructive — replaces current owner).
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 of behavioral disclosure. It does well by explaining that the tool returns transaction recipes (contract address, calldata, gas estimates) and that the wallet signs and broadcasts, plus the cost implications. This is meaningful beyond what a schema would automatically provide, though it could add more on errors or prerequisites.

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 compact and front-loaded with the core action. Each sentence adds value: purpose, use case, capabilities, implementation, output, and cost. There is no redundant text or filler, making it highly efficient for an agent to parse.

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 the tool's complexity (4 params, no output schema, no annotations), the description covers essential aspects: what it does, the use case, the return format, and the execution model (user signs/broadcasts). It does not mention error handling or specific edge cases like the allowOverwrite parameter, but those are in the schema. Overall, it is quite complete for an agent to understand the tool's behavior.

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 schema has 100% description coverage for all parameters, so the baseline is 3. The description adds a small amount of extra context (e.g., examples like agent001.company.eth) but largely reiterates what the schema already states. It does not add significant new semantics over the structured schema descriptions.

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 starts with a specific verb+resource: 'Bulk create subnames under a parent ENS name.' It clearly distinguishes this from sibling tools by emphasizing the agent fleet deployment use case and the use of ENS NameWrapper, making it unique among bulk registration or agent provisioning tools.

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 clear context for when to use the tool: 'Designed for agent fleet deployment,' and notes that subnames are free except for gas costs. However, it does not explicitly mention alternatives or when not to use it, so it stops short of full guidance. This is clear context but lacks exclusions.

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