Skip to main content
Glama

osint-terminal

Hostsearch

hostsearch

Host Search: Forward-DNS host enumeration for a domain

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.3/5.0
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It mentions 'forward-DNS host enumeration' which implies it makes DNS queries, but does not disclose potential rate limits, whether it modifies anything (it doesn't), or network side effects. It does not describe the return format or any limitations. This is a significant gap for an external network tool.

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

Conciseness4/5

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

The description is very concise – one short sentence. It is front-loaded with the key purpose. However, it omits critical usage details, so conciseness comes at the expense of completeness.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

This is a network enumeration tool with a single parameter, no annotations, and an output schema exists but the description does not explain what the output will be. Given the context, the description is too sparse: it fails to explain the parameter format, expected output, and any usage constraints. More detail is needed to make this tool safely usable.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the schema only has a single parameter 'q' with a default of empty string. The description does not explain what 'q' should contain (likely a domain name). The agent has to guess the parameter meaning from the tool name and description, which is insufficient.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool performs forward-DNS host enumeration for a domain, so the purpose is reasonably clear. However, it does not specify what the output looks like or what exactly 'host enumeration' entails (e.g., resolving subdomains, finding A records). It is distinguishable from similar tools like 'dnsquery' but not from close siblings like 'hosthunt'.

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?

The description does not specify when to use this tool versus alternatives like 'hosthunt', 'dnsrecon', or 'subdomains'. There is no guidance on input format (e.g., domain without protocol) or prerequisites. An agent would have to infer usage from the title and purpose, which is insufficient.

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