Skip to main content
Glama

Watch domains

watch_domains
Idempotent

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).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainsYesDomain names to watch, e.g. ["example.com", "acme.io"]

TDQS

A4.8/5.0
Behavior5/5

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

Annotations indicate idempotent (safe to retry) and non-destructive. The description adds that domains are monitored continuously and trigger email alerts, providing complete behavioral context beyond 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 sentences: action, monitoring behavior, prerequisites/limits. No extraneous information; front-loaded and efficient.

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 simple tool with one parameter and no output schema, the description covers purpose, behavior, constraints, and prerequisites completely.

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

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with a clear description and example. The tool description adds the constraint of 100 total watched domains, which is not in the schema, enhancing parameter understanding.

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 ('Add one or more domains to your snooze watchlist') and the resource (domains). It distinguishes from sibling tools like check_domains and unwatch_domains by specifying monitoring and email alerts.

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 provides clear constraints ('Requires signing in', 'Up to 25 domains per call (100 total)') but does not explicitly contrast with alternatives. However, the context is adequate for selecting the tool.

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

A4.4/5.0
Disambiguation5/5

Each tool has a clearly distinct purpose: checking domain status, brand name safety, listing watches, adding to watchlist, and removing from watchlist. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (e.g., check_domains, list_watches, watch_domains), making them predictable and easy for an agent to understand.

Tool Count5/5

With 5 tools, the server is well-scoped for domain monitoring and watchlist management. Each tool serves a necessary function without excess or deficiency.

Completeness5/5

The tool set covers the core lifecycle: checking domains, performing a safety check, adding/removing watches, and listing the watchlist. No obvious gaps for its intended domain monitoring purpose.

Resources