Skip to main content
Glama

subdomains

Discover subdomains of a domain from public Certificate Transparency logs (crt.sh). Useful for mapping a company's public surface (app., api., staging., etc.). Best-effort: crt.sh can be slow; returns a note if unavailable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYesRegistrable domain, e.g. stripe.com

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description must disclose behavioral traits. It mentions best-effort, source (crt.sh), potential slowness, and a note on unavailability. However, it does not mention rate limits, return format, or whether it respects robots.txt. This is adequate but not exhaustive.

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, each essential. First sentence states core action and source, second gives use case, third sets expectations. No redundancy, no fluff.

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?

For a simple tool with one parameter and no output schema, the description covers purpose, usage context, and limitations. It does not detail the return format (e.g., list of subdomains), but the mention of 'returns a note if unavailable' implies some structure. Overall, it is largely complete.

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% with one well-described parameter. The description adds value by specifying 'registrable domain' and giving an example (stripe.com), helping the agent understand the expected input format beyond the schema.

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 'Discover subdomains of a domain from public Certificate Transparency logs (crt.sh)', which is a specific verb+resource+source. It also gives a use case (mapping public surface) and examples, distinguishing it from sibling tools like dns_lookup or tech_stack.

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?

It says 'Useful for mapping a company's public surface', providing clear context on when to use. It also notes best-effort behavior and potential slowness. However, it does not explicitly state when not to use or compare to alternatives like dns_lookup.

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.2/5.0
Disambiguation5/5

Each tool targets a distinct aspect of domain intelligence: DNS records, registration, combined report, email authentication, subdomains, and tech stack. There is no overlap; even the domain_report is a composite that doesn't conflict with individual tools.

Naming Consistency4/5

All names use snake_case and are descriptive, but the pattern varies: some are noun_verb (dns_lookup), noun_noun (domain_intel, domain_report, email_deliverability, tech_stack), or single noun (subdomains). This is mostly consistent but not perfectly uniform.

Tool Count5/5

Six tools is an ideal scope for a domain intelligence server. Each tool adds unique value without redundancy, covering registration, DNS, email, subdomains, tech stack, plus a combined report.

Completeness5/5

The tool set provides comprehensive coverage of domain intelligence: registration details, DNS records, subdomain discovery, email deliverability, and website technology fingerprinting. No obvious missing capabilities for typical lead qualification or research workflows.