Skip to main content
Glama

ping_test

Check network connectivity from an OpenWrt router to a specified host by sending ICMP echo requests. Configure the number of packets to test.

Instructions

Ping a host from the router to test connectivity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostYesHost to ping (IP or domain)
countNoNumber of ping packets (default: 4)
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the action without mentioning potential side effects (ICMP packets, network impact), required permissions, timeout behavior, or output format. This is a significant gap for a tool that executes a network operation.

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 a single, clear sentence with no redundant words or filler. It is front-loaded with the main action and purpose, making it highly concise.

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?

With no output schema and no annotations, the description must supply more context about expected results or behavior. It merely states the action, leaving the agent uncertain about what the tool returns, how long it takes, or how to interpret failures. This is insufficient for a standalone diagnostic tool.

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?

The input schema provides 100% coverage with descriptions for both 'host' and 'count'. The tool description adds no extra parameter meaning beyond what the schema already explains, so the baseline 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 action ('Ping a host') and the context ('from the router to test connectivity'). It uses a specific verb and resource, and is distinct from sibling network diagnostic tools like dns_lookup or route_table.

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 implies usage for testing connectivity, but does not explicitly mention when to prefer this tool over alternatives or when not to use it. Sibling tools offer different diagnostic functions, yet no comparison or exclusion is provided.

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/haode01/openwrt-mcp-server'

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