Skip to main content
Glama

Ping host

net_ping
Read-onlyIdempotent

Check if a host is reachable using ICMP ping, with TCP fallback when root access is unavailable. Use for simple host aliveness verification.

Instructions

Reachability check. Uses ICMP ping when available, falls back to a TCP connect (works without root). Use this when you ONLY need to know if a host is alive. It does NOT check application ports or HTTP — for that use tcp_port_check or net_diagnose.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYeshost to ping
tcp_portNoport for TCP-ping fallback (default 443)
Behavior4/5

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

Annotations already provide readOnlyHint, idempotentHint, openWorldHint, destructiveHint=false. Description adds useful behavioral detail: uses ICMP ping when available, falls back to TCP connect (works without root). No mention of timeouts or limits, but sufficiently covers key behavior beyond annotations.

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 concise sentences with no waste. Front-loaded with main purpose, then key constraints and alternatives. Every sentence adds value.

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

Completeness5/5

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

For a simple tool with two parameters, no output schema, and strong annotations, the description fully covers purpose, usage, exclusions, and fallback behavior. No missing guidance.

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?

Schema coverage is 100% with clear descriptions for host and tcp_port. Description reinforces that tcp_port is for fallback and default 443, but adds little beyond schema. Baseline 3 is appropriate.

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?

States 'Reachability check' as clear verb+resource. Distinguishes from sibling tools by explicitly noting it does NOT check application ports or HTTP, and names alternatives (tcp_port_check, net_diagnose).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly says 'Use this when you ONLY need to know if a host is alive' and provides exclusions: 'It does NOT check application ports or HTTP — for that use tcp_port_check or net_diagnose.'

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/Socialpranker/netops-mcp'

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