Skip to main content
Glama

create_listing

List an ENS name for sale on NameWhisper. Generates an unsigned Seaport 1.6 order payload for wallet signing.

Instructions

List an ENS name for sale on NameWhisper's marketplace via Seaport 1.6.

Returns an unsigned Seaport OrderComponents payload (plus EIP-712 domain/types) that the caller's wallet signs. After signing, POST the { orderComponents, signature, label, orderType: 'listing' } payload to https://namewhisper.ai/api/orderbook/submit (authenticated) to store the order.

Fee structure: 1% marketplace fee baked into the order as a Seaport consideration item (seller-paid, not added on top).

NW-native only — MCP listings stay on NameWhisper. If you want your listing on OpenSea too, list it separately through their interface.

Requires the wallet to have approved NameWrapper (for wrapped names) or BaseRegistrar (for unwrapped) as an operator first. Use approve_operator if needed.

Tip: Use get_valuation first to price competitively. Use get_name_details to confirm the name is unwrapped vs wrapped before listing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesENS name to list (e.g. "coffee.eth")
priceEthYesListing price in ETH (what the seller receives before the 1% marketplace fee)
walletAddressYesWallet address of the seller. Must own the name.
durationSecondsNoListing duration in seconds (default: 30 days / 2592000)
Behavior5/5

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

With no annotations provided, the description fully discloses behavior: it returns an unsigned Seaport OrderComponents payload requiring wallet signing, specifies the authenticated submission endpoint, details the 1% seller-paid fee structure, and notes operator approval requirements. It covers the entire flow and important caveats.

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 front-loaded with the primary purpose and covers several critical operational details (signing, endpoint, fee, approvals). While it is longer than minimal, each sentence contributes meaningful information; the tips at the end are helpful rather than fluff. It is structured logically, moving from action to flow to prerequisites.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (Seaport, signing, orderbook submission) and the lack of an output schema, the description compensates thoroughly. It specifies the return payload, the exact submission endpoint, required approvals, and the fee structure. It also points to relevant sibling tools (get_valuation, get_name_details) for proper use. This is a complete operational guide.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/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 semantic value by clarifying the fee treatment relative to priceEth, explaining that the fee is 'baked into the order as a Seaport consideration item (seller-paid, not added on top).' This goes beyond the schema's generic description of 'what the seller receives before the 1% marketplace fee.'

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 verb and resource: 'List an ENS name for sale on NameWhisper's marketplace via Seaport 1.6.' This clearly distinguishes the tool from sibling tools like make_offer, purchase_name, and cancel_listing. The purpose is immediately clear and unambiguous.

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 when-to-use and when-not-to-use guidance: 'NW-native only' and listing on OpenSea separately. It recommends prerequisite actions ('Use approve_operator if needed', 'Use get_valuation first', 'Use get_name_details to confirm...'). This is comprehensive usage direction.

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