Skip to main content
Glama

add_monitored_domain

Idempotent

Add a domain to monitoring and receive the ownership TXT record to publish, plus DNS host, provider guide, and one-click apply URL when supported. Re-adding returns existing domain.

Instructions

Add a domain to the signed-in user's DNS Doctor monitoring and return the ownership-check TXT record they must publish, plus where their DNS is hosted, a provider-specific guide link and, when their provider supports it, a one-click apply URL. Re-adding a domain they already monitor returns that domain rather than an error. Print every record host and value EXACTLY as returned — never rewrite, reformat or improve a record string. Nothing here is applied to anyone's DNS: a human publishes every record, and you must show them what you are about to add and get their approval before using any DNS tool of your own.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesOne of the token account's VERIFIED monitored domains, e.g. example.com. Any other name — another account's, or one nobody monitors — is refused as not found; ownership is never disclosed.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.9.0

TDQS

A4.5/5.0
Behavior5/5

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

The description goes well beyond the annotations. It explains the idempotent behavior explicitly ('Re-adding a domain they already monitor returns that domain rather than an error'), emphasizes exact record reproduction, and discloses that no DNS changes are performed. It also reveals privacy/security behavior: unverified or foreign domains are refused as not found and ownership is never disclosed.

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 efficient and every sentence earns its place: first the action and outputs, then idempotency, then the exactness constraint, and finally the human-approval requirement. No fluff or redundancy exists, and key operational constraints are front-loaded.

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?

There is no output schema, so the description carries the burden of explaining return values and still covers TXT record, DNS hosting location, guide link, and optional apply URL. It also explains idempotent behavior, domain verification requirements (via schema and text), and the mandatory human-approval step. An agent has everything it needs to invoke this tool correctly.

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?

The input schema already provides 100% coverage of the 'domain' parameter, including constraints and refusal behavior. The description adds the 'signed-in user's' scoping and the purpose of the domain in the monitoring workflow, but it does not need to repeat parameter mechanics; a baseline of 3 is appropriate when the schema carries the heavy lifting.

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 states a specific verb 'Add' with a precise resource: 'a domain to the signed-in user's DNS Doctor monitoring.' It also enumerates the concrete outputs (ownership-check TXT record, DNS host, provider guide link, one-click apply URL), which clearly distinguishes it from sibling tools that check propagation or validate records.

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 gives clear operational context: when adding a domain to monitoring, what the tool will return, and that a human must publish the record. It doesn't explicitly name alternative tools or state when not to use it, but the context is clear and the required workflow is unambiguous.

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