Skip to main content
Glama

ping

Test network connectivity to a host by sending ICMP echo requests to verify reachability and measure response time.

Instructions

Test network connectivity to a host. Example: ping google.com to check if it's reachable

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesHost to ping
countNoNumber of ping attempts
Behavior2/5

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

Annotations indicate readOnlyHint=false, meaning the tool may have side effects. The description only says 'test network connectivity', which is vague. It does not disclose that it sends ICMP packets, requires network permissions, or what happens on failure. More detail is needed.

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?

Two sentences, no fluff. The first sentence states the purpose, the second provides an example. Information is front-loaded and efficient.

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 tool with two parameters and no output schema, the description is mostly complete, but it lacks differentiation from sibling network tools and missing behavioral details. It does not explain the output format or potential errors, which could confuse an agent.

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?

Input schema covers 100% of parameters with descriptions. The description adds no extra parameter details beyond the target example. The count parameter is not mentioned, though schema explains default. Baseline score of 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?

The description clearly states the purpose: 'Test network connectivity to a host.' It provides a concrete example with google.com, making the intent immediately understandable. The tool name 'ping' is standard, and the description fully explains it.

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

Usage Guidelines3/5

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

The description gives a usage example but does not explicitly state when to use ping versus other network diagnostic tools like curl, dig, or nslookup. For a straightforward tool like ping, the example is somewhat helpful but not comprehensive.

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/wrenchpilot/it-tools-mcp'

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