Skip to main content
Glama

commsharbor

commsharbor_domain_verify

Refresh domain readiness from real SES and DNS observations. This is the ONLY operation that can move a domain to active, and only because it actually looked.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domain_idYesSending domain ID
organization_idYesActive organization ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It does disclose a key behavior: the tool performs live SES/DNS checks and can change domain status to active. It does not disclose what happens on failed verification, whether it can also deactivate a domain, or any other side effects, leaving a meaningful transparency gap.

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 two sentences with no filler. The core action is front-loaded, and the unique capability is stated immediately after, making the definition easy to scan and process.

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?

For a two-parameter refresh operation, the description conveys the core purpose and unique effect, but no output schema exists and the description does not explain what the caller should expect in the response or what happens on failure. This is a notable gap, though not fatal for a simple operation.

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?

Both parameters are already described in the input schema with 'Sending domain ID' and 'Active organization ID', and schema coverage is 100%. The description adds no additional parameter-level meaning, so the baseline score of 3 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?

The description uses a specific verb and resource: 'Refresh domain readiness from real SES and DNS observations.' It also distinguishes the tool from every sibling by stating it is 'the ONLY operation that can move a domain to active.' This gives an agent a precise and unambiguous sense of what the tool does.

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 selection context by asserting this is the only operation that can move a domain to active and that it does so by actually performing real observations. It does not, however, name specific alternative tools or state explicit when-not-to-use conditions, so it stops short of full usage 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.

Resources