Skip to main content
Glama

subdomain_enum_passive

Enumerate subdomains passively using Certificate Transparency logs to identify domain assets without alerting target servers.

Instructions

Passive subdomain enumeration using Certificate Transparency logs Non-intrusive reconnaissance that doesn't generate logs on target servers Example: subdomain_enum_passive("example.com")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses the tool is non-intrusive and uses CT logs. It could mention limitations (e.g., only finds subdomains with certificates), but the provided details are sufficient for understanding the tool's behavior.

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 three lines, front-loaded with the core purpose, followed by a behavioral note and an example. Every sentence adds value, and there is no unnecessary verbosity.

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 (one parameter, no output schema), the description covers purpose, method, and usage. However, it does not describe the return format (e.g., list of subdomains), which would be helpful for completeness.

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 has 0% description coverage. The description provides an example call but no additional semantic detail about the 'domain' parameter format or constraints. The example helps, but schema coverage is low, and the description does not fully compensate.

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 it performs 'passive subdomain enumeration using Certificate Transparency logs', which is a specific verb and resource. It distinguishes itself from the sibling 'subdomain_enum_active' by emphasizing passivity and non-intrusiveness.

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 implies usage for reconnaissance without generating logs on target servers, contrasting with active enumeration. However, it does not explicitly state when to use or avoid this tool compared to alternatives like 'subdomain_enum_active'.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sundayz-hunter/MCP_Recon'

If you have feedback or need assistance with the MCP directory API, please join our Discord server