Skip to main content
Glama

Associated domains

securitytrails_associated
Read-onlyIdempotent

Identify domains sharing registrant or infrastructure ties with a given domain. Expand security investigation from a single asset to the organization's wider estate.

Instructions

Find other domains associated with this one through shared registrant details or infrastructure. Useful for expanding scope from a single known domain to an organisation’s wider estate.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNo1-indexed page number; each page costs one API query
domainYesapex domain
response_formatNo"markdown" for a compact human-readable summary, "json" for the full raw API payloadmarkdown

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.1

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds value by explaining the association mechanism (shared registrant or infrastructure), which is beyond what annotations say. It does not disclose pagination costs beyond schema, but annotations cover safety profile.

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 with no waste. The first sentence states the core functionality and mechanism; the second gives a clear use case. Efficiently communicates the tool's purpose.

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 tool's simplicity (3 params, all documented), the description is nearly complete. It lacks explicit mention of pagination for large result sets, but the schema documents that. No output schema, but annotation openWorldHint indicates variable results. Could mention how results are ordered or returned, but not critical.

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?

Schema coverage is 100% and includes descriptions for each parameter. The description doesn't add much beyond that, but it implies the domain parameter is the starting point. Baseline 3 applies, but the description's mention of 'shared registrant details or infrastructure' clarifies the intent behind the domain parameter, nudging to 4.

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 finds associated domains via shared registrant details or infrastructure. Distinguishes from siblings like securitytrails_subdomains and securitytrails_company_associated_ips by focusing on domain-to-domain association.

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?

Explicitly states it's for expanding scope from a single known domain to an organisation's wider estate. However, it doesn't contrast with alternatives like securitytrails_company_associated_ips or search_domains, which could also expand scope. The context is clear but lacks exclusions.

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