Skip to main content
Glama

List domains

dnsimple_list_domains
Read-only

List the domains in the account, with pagination and optional filters. API: GET /{account}/domains.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number (1-based).
sortNoSort order, e.g. "name:asc", "expiration:desc", "id:desc".
per_pageNoResults per page (max 100).
name_likeNoFilter to domains whose name contains this substring.
registrant_idNoFilter to domains with this registrant (contact) id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, so description is consistent. Description adds value by disclosing pagination and filtering behavior and providing the API endpoint. 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?

Single sentence plus API path, front-loaded with key action and parameters. No wasted words; every part 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?

For a list tool with no output schema, description adequately explains purpose and features. Lacks details on return format but sufficient given low complexity.

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 coverage is 100%, so baseline is 3. Description adds general context (pagination and filters) but does not elaborate on specific parameter formats beyond what 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?

Description clearly states action 'list', resource 'domains in the account', and mentions pagination and optional filters. Distinguishes from siblings like dnsimple_get_domain (single domain) and dnsimple_check_domain.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description implies usage for listing all domains but does not explicitly state when to use vs alternatives (e.g., dnsimple_get_domain for a single domain). Lacks when-not or alternative guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.