Skip to main content
Glama

Server Details

Watch domains and forecast when they drop; check a name's domain, handles, and trademark.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.2/5 across 5 of 5 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a clear, distinct purpose: check_domains for domain registration status, check_name for brand availability including trademarks and social handles, and watch/unwatch/list for managing a watchlist. No overlap.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with snake_case (check_domains, check_name, list_watches, unwatch_domains, watch_domains). No deviations.

Tool Count5/5

5 tools is well-scoped for the domain: core domain checking and watchlist management. Neither too few nor too many.

Completeness4/5

Covers essential CRUD for watchlist (add, list, remove) and two check tools covering domain status and brand availability. Minor gap: no tool to update watchlist settings, but core workflows are complete.

Available Tools

5 tools
check_domainsCheck domainsA
Read-only
Inspect

Check the registration status of one or more domains — whether each is taken, expiring, in redemption, in pendingDelete, or available to register. Returns status, expiry, registrar, name servers, EPP codes, and a buyer-focused drop forecast (predicted release window and confidence) for names in their lapse cycle. No authentication required. Up to 20 domains per call.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainsYesDomain names to check, e.g. ["example.com", "acme.io"]
Behavior4/5

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

The description adds value beyond the readOnlyHint annotation by detailing returned data (status, expiry, registrar, etc.) and the drop forecast feature. However, it does not mention any potential latency or behavior edge cases.

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 with no redundancy. Front-loaded with the core purpose, then lists return fields, then adds constraints (no auth, limit). Every sentence adds unique value.

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?

For a read-only lookup tool with no output schema, the description comprehensively covers inputs (domains list), outputs (status, expiry, registrar, etc.), and constraints (20 max, no auth). No missing critical information.

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%, and the description only restates the domains parameter without additional semantic guidance. It provides context about the return values but doesn't explain parameter formatting or constraints beyond the schema.

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 specifies checking registration status with concrete outcomes (taken, expiring, redemption, pendingDelete, available) and return fields (status, expiry, registrar, etc.). It clearly distinguishes itself from sibling tools like check_name (likely single domain) and watch/unwatch_domains.

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?

States no authentication required and a limit of 20 domains per call, providing clear usage constraints. It implicitly contrasts with check_name for single domains, but lacks explicit 'when not to use' or alternatives beyond siblings.

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

check_nameCheck a brand nameA
Read-only
Inspect

Name Safety Check for a brand name: domain availability across .com/.io/.ai/.app/.dev/.co, social-handle availability (best effort), and a US trademark knockout search of public USPTO records. Returns structured results. This is a knockout search, not legal advice. No authentication required.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesA brand name to check, e.g. "acme"
Behavior4/5

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

Annotations already mark it as read-only. Description adds that it is a knockout search and social handle check is best effort, which provides useful behavioral context without contradicting annotations.

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 concise sentences that front-load the purpose and key details. No wasted words.

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 single parameter and lack of output schema, the description sufficiently explains what checks are performed (domains, social, trademark) and notes that results are structured. Could optionally mention the output format more specifically, but it is complete enough.

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?

With 100% schema coverage, the schema already fully documents the single 'name' parameter. Description adds no new semantic information beyond the schema example, so baseline score applies.

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 the tool checks a brand name for domain availability across multiple TLDs, social handles, and trademark knockout. It distinguishes itself from sibling 'check_domains' by including social and trademark checks.

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?

Includes context like 'no authentication required' and 'knockout search, not legal advice', but does not explicitly state when to use this vs. the sibling 'check_domains' tool. However, the intended use is clear from the description.

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

list_watchesList watched domainsA
Read-only
Inspect

List every domain on your snooze watchlist with its current status and drop forecast — so an agent can see what it is already tracking. Requires signing in to your snooze account.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Behavior4/5

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

Annotations already declare readOnlyHint=true. Description adds authentication requirement and that it returns status/drop forecast, enriching beyond annotations without contradiction.

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?

Two sentences, each purposeful. Front-loaded with action and result. No fluff.

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?

No output schema, but description explains return includes status and drop forecast. Adequate for a simple list tool given annotations and schema coverage.

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?

No parameters; baseline 4 as per rule. Description adds no parameter info, but none needed.

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?

Clearly states the tool lists every domain on the snooze watchlist with status and drop forecast. Distinct from siblings which check, watch, or unwatch domains.

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?

Indicates use when agent needs to see what it is tracking. Requires signing in, but no explicit alternatives or when-not-to-use. Sibling differentiation is implicit.

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

unwatch_domainsStop watching domainsA
DestructiveIdempotent
Inspect

Remove one or more domains from your snooze watchlist. Requires signing in to your snooze account.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainsYesDomain names to stop watching
Behavior4/5

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

Annotations provide destructive and idempotent hints; the description adds a behavioral constraint (requires sign-in) and confirms removal action, complementing the annotations without contradiction.

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 extremely concise: one sentence with two clauses, front-loaded with the action, no unnecessary words.

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 simple mutation tool with one parameter and annotations present, the description covers the action and prerequisite adequately; no output schema needed.

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% and the schema description already explains 'domains' parameter; description adds no extra meaning beyond the schema.

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 action ('Remove one or more domains') and resource ('snooze watchlist'), distinguishing it from siblings like 'watch_domains' which adds domains.

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?

The description mentions a prerequisite (Requires signing in), but does not explicitly state when to use this tool versus alternatives like 'watch_domains' or 'list_watches'.

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

watch_domainsWatch domainsA
Idempotent
Inspect

Add one or more domains to your snooze watchlist. Each is monitored continuously and you get an email when its status changes or it nears a drop. Requires signing in to your snooze account. Up to 25 domains per call (100 total).

ParametersJSON Schema
NameRequiredDescriptionDefault
domainsYesDomain names to watch, e.g. ["example.com", "acme.io"]
Behavior4/5

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

The description adds context beyond annotations: it states the tool requires signing in (auth), monitors continuously, sends emails on status changes, and has limits. It does not contradict the idempotentHint or destructiveHint, but could clarify idempotency behavior or error cases.

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 concise with four sentences that front-load the purpose, followed by behavior, auth requirements, and limits. Every sentence adds value without redundancy.

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 no output schema, the description could explain the return value or success/failure indications. It covers purpose, behavior, limits, and auth, but lacks details on response format or error handling. Most aspects are addressed, so score 4.

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% with a clear description of the 'domains' parameter including example format. The description adds no additional semantic meaning beyond the schema, which is adequate; thus baseline score of 3.

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 'Add' and the resource 'domains to your snooze watchlist', and differentiates from siblings like check_domains (one-time check) and unwatch_domains (removal) by focusing on adding and continuous monitoring.

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?

Description specifies when to use the tool (to add domains for continuous monitoring), mentions required authentication, and provides limits (25 per call, 100 total). However, it does not explicitly exclude scenarios or compare with alternative tools like check_domains.

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

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources