Skip to main content
Glama

commsharbor

commsharbor_tracking_domain

Read the organization's tracking domain, the CNAME it needs and whether the platform actually answers on it. Null when there is none: links then use the shared platform origin. null when the organization has none — then every link falls back to the platform origin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organization_idYesActive organization ID

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

C2.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 usefully disclose that the tool returns null when the organization has no tracking domain and that links then fall back to the shared platform origin. However, it does not describe the return shape beyond the three items, nor any error conditions, and the 'Read' verb implies read-only without explicitly stating it. Adequate but not rich.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description redundantly states the null/fallback behavior twice: 'Null when there is none: links then use the shared platform origin.' and '`null` when the organization has none — then every link falls back to the platform origin.' The second sentence is a near-exact restatement of the first, adding noise without new information. The core content fits in the first sentence and should not be repeated.

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 simple read tool with one parameter and no output schema or annotations, the description explains the main return values (tracking domain, CNAME, verification status) and the null fallback case. However, the redundancy wastes space, and there is no mention of the exact return shape or any caveats about freshness/verification timing, leaving some ambiguity for an agent.

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 100%, and the single parameter (organization_id, 'Active organization ID') is already well documented in the schema. The description adds no parameter-specific meaning beyond what the schema provides, which meets the baseline of 3 for a tool where the schema does the heavy lifting.

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 states a specific verb ('Read') and a specific resource ('the organization's tracking domain'), and goes further to enumerate what is returned: the CNAME needed and whether the platform actually answers on it. This clearly differentiates it from sibling tools like tracking_domain_create, tracking_domain_remove, and tracking_domain_verify, though it never names those alternatives explicitly, which keeps it from a 5.

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?

No guidance is given about when to use this tool versus its siblings. In particular, there is no mention of how this relates to tracking_domain_verify (which presumably performs verification) or tracking_domain_create, and no exclusions or preconditions are stated. The only contextual hint is the null-fallback behavior, which is behavioral rather than 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