Skip to main content
Glama

list-me-domains

Read-only

Retrieve a list of domains owned by your account, with optional filters by state or exact FQDN match. Supports pagination to navigate results and find domain IDs needed for DNS management or other operations.

Instructions

List domains owned by the authenticated account. Supports pagination and filtering by state or exact FQDN match. Use this to discover domain IDs needed by other tools (e.g. DNS management).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fqdnNoExact FQDN match filter (e.g. 'example.com'). When set, only that domain is returned.
stateNoFilter by domain lifecycle state: active | inactive | pending-setup (onboarding) | pending-transfer (transfer in progress) | pending-bulk (bulk-purchase queued).
pageNoPage number (1-indexed).
page-sizeNoItems per page (maximum 100).
Behavior4/5

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

Annotations provide readOnlyHint=true (mutation safety) and openWorldHint=true (dynamic results). The description adds that it supports pagination and filtering, which is useful behavioral context beyond annotations. It discloses the purpose for discovering domain IDs. No contradictions.

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?

Three sentences: purpose, supported features, usage hint. No filler or redundancy. Front-loaded with the primary action. Every sentence earns its place.

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 low complexity (list with filters), no required params, and no output schema, the description adequately covers purpose, filtering, pagination, and usage hint. Minor gap: doesn't mention the range of states explicitly (but schema does), and doesn't describe return format (acceptable without output schema).

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?

Input schema covers 100% of parameters with descriptions, so baseline is 3. The description adds value by clarifying that fqdn is an 'Exact FQDN match filter' and that 'When set, only that domain is returned', which reinforces behavior. The state filter is explained with examples. This raises the score to 4.

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 verb 'list' and the resource 'domains owned by the authenticated account'. It distinguishes from sibling tools like 'get-me-domain' (single domain) and 'search-domains' (broader search) by specifying the scope and filtering options.

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 includes a usage hint: 'Use this to discover domain IDs needed by other tools (e.g. DNS management).' This provides context for when to use this tool. However, it does not explicitly exclude cases or mention alternatives beyond the hint, so it scores a 4.

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/pepabo/muumuu-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server