Skip to main content
Glama

ping_host

Sends ICMP packets to a remote host, returning latency, packet loss, and response times to verify reachability.

Instructions

Sends ICMP packets and returns latency, packet loss, and response times. host is required and validated; count defaults to 4, timeout to 10s. Read-only but network-bound, blocking up to timeout seconds. Fatal only for an invalid host; a failed ping returns partial results in the errors field. Use for reachability checks; resolve_dns to separate DNS from connectivity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYeshostname or IP address to ping
countNonumber of packets (default: 4)
timeoutNotimeout in seconds (default: 10)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYes
errorsNo
avg_latency_msYes
max_latency_msYes
min_latency_msYes
packets_receivedYes
packet_loss_percentYes
packets_transmittedYes
Behavior4/5

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

Even without annotations, the description discloses key behavioral traits: it is blocking up to timeout seconds, read-only, returns partial results in the errors field on failed pings, and is fatal only for invalid hosts. This is substantial transparency for a network tool, though it does not detail exact return structure beyond the output schema.

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 compact and front-loaded, stating the core function first, then parameters, then behavioral traits and usage guidance. Every sentence adds value, and there is no冗余 repetition of schema details. Ideal length for the complexity.

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?

Despite having no annotations, the description covers purpose, parameter defaults, blocking behavior, error handling, and recommended use case. An output schema exists, so return values are already structurally defined. This is a complete and self-sufficient description for a 3-parameter tool.

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 description coverage is 100% for all three parameters, so the schema carries the parameter definitions. The description adds meaningful behavioral context: host is required and validated, count defaults to 4, timeout defaults to 10s, and behavior on failure is partial results. This goes beyond the schema baseline of 3.

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 sends ICMP packets and returns latency, packet loss, and response times. It distinguishes itself from sibling tools like resolve_dns by explicitly noting its use for reachability checks, making its purpose specific and unambiguous.

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?

The description provides explicit usage context: 'Use for reachability checks; resolve_dns to separate DNS from connectivity.' This directly tells the agent when to use this tool versus an alternative, fulfilling the highest bar for usage 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/Mohabdo21/linux-mcp'

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