Skip to main content
Glama

nmap_host_discovery

Discover live hosts on a network using ping scan. Accepts IPs, ranges, or CIDR targets without port scanning.

Instructions

Ping scan to discover live hosts (-sn). Fast, no port scan. targets: IPs, ranges, or CIDR (e.g. '192.168.1.0/24', '10.0.0.1-10')

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetsYes
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It discloses the use of -sn and that it is a ping scan, which is helpful, but does not mention potential limitations such as ICMP blocking, whether it uses TCP/SYN pings, or the exact output structure. This is basic but not comprehensive.

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 two lines, front-loaded with the core purpose and then parameter details. Every word contributes to understanding, with no redundancy or fluff.

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 one-parameter tool, it covers the essential purpose and target format. However, without an output schema, it does not describe the return value or what a successful result looks like. It also omits operational caveats (e.g., firewall interference), which is a notable gap for an AI agent.

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

Parameters5/5

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

The sole parameter 'targets' has no schema description (0% coverage), but the description fully compensates by explaining acceptable formats: 'IPs, ranges, or CIDR' with concrete examples. This gives the AI agent all necessary information to construct valid requests.

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 the tool performs a ping scan (-sn) to discover live hosts, and explicitly notes 'no port scan,' which distinguishes it from the sibling nmap_port_scan tool. The purpose is specific, action-oriented, and avoids ambiguity.

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 fast host discovery by highlighting speed and the absence of port scanning. It does not explicitly name alternatives (e.g., nmap_port_scan), but the 'no port scan' phrasing effectively communicates when not to use this tool. The target format examples provide practical guidance.

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/Neeraj829784/kali-mcp'

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