Skip to main content
Glama

EnCirca Domains

get_domain_requirements

Read-onlyIdempotent

Return MCP-only restricted TLD eligibility requirements and checkout flow choices so the customer can be told what information checkout will require.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tldNoTLD to inspect, with or without leading dot.
domainsNo
partner_idNoOptional partner id used to resolve a matching restricted-TLD flow.
default_tldNo
requirement_use_caseNoRestricted-TLD flow id when a TLD has multiple eligibility paths, e.g. preapproved or approval-help.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNo
requirementsNo

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds behavioral context by specifying that it only applies to 'MCP-only restricted TLDs' and returns 'checkout flow choices', which is useful but not extensive. No contradictions with annotations.

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 a single sentence of 25 words, front-loaded with the main action. It is concise with no wasted words, but the lack of structure (e.g., bullet points) and the ambiguous 'MCP-only' slightly detract from efficiency.

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

Completeness3/5

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

Given the tool has 5 parameters and an output schema, the description is moderately complete. It states the return type (eligibility requirements and checkout flow choices) but does not explain the scope (only restricted TLDs) or the optional nature of all parameters. The output schema covers return values, so that is not a gap.

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 60%, which is not low (<50%), so baseline 3 applies. The description adds no parameter-level information beyond what the schema already provides. It does not compensate for the two parameters missing descriptions (default_tld and possibly others).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies the verb 'Return' and the resource 'MCP-only restricted TLD eligibility requirements and checkout flow choices', which clearly distinguishes it from sibling tools like get_domain_details. However, the term 'MCP-only' is ambiguous and may confuse the agent, slightly reducing clarity.

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

Usage Guidelines2/5

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

The description implies the tool is used to inform customers about checkout requirements, but it provides no explicit guidance on when to use it versus alternatives (e.g., check_domain_price for pricing, get_domain_details for general info). No exclusions or prerequisites are mentioned.

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.

TDQS

A3.6/5.0
Disambiguation4/5

Most tools have distinct purposes (pricing, checkout, account info, domain management), though 'get_account_identity' and 'get_account_profile' overlap somewhat in returning account details. Descriptions help differentiate them, but an agent could confuse which one to use for a given account query.

Naming Consistency4/5

Tool names consistently use verb_noun pattern (e.g., check_domain_price, list_my_domains, get_domain_details). Minor inconsistency: 'suggest_available_domains' uses adjective_noun instead of noun_noun, but overall the pattern is clear and predictable.

Tool Count5/5

With 10 tools, the set is well-scoped for a domain management server covering pricing, checkout, account info, domain listing, and invoicing. Each tool serves a clear function without bloat.

Completeness3/5

The set covers core domain lookup, pricing, checkout, and account management, but lacks operations like domain registration confirmation, renewal, or transfer management. Gaps exist for lifecycle operations beyond initial purchase, which an agent might need.

Resources