Skip to main content
Glama

ping

Diagnose network connectivity by running ping from a MikroTik router to a specified host with configurable packet count.

Instructions

Jalankan ping dari router ke sebuah alamat (diagnostik konektivitas).

Args: address: host/IP tujuan, mis. '8.8.8.8'. count: jumlah paket (default 3).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNo
addressYes
Behavior2/5

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

No annotations provided, so description carries full burden. It only states the action ('run ping') without disclosing behavioral traits such as required permissions, rate limits, or what happens on unreachable addresses. Basic transparency is lacking.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and well-structured with separate lines for the overall purpose and the Args section. No unnecessary words. It is efficient but could be slightly more compact.

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?

Given no output schema and simple parameters, the description lacks important context: it does not explain the output format (e.g., response time, packet loss) or error handling. For a diagnostic tool, this information is crucial for interpreting results.

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?

The description includes an Args section that adds meaning beyond the schema: it specifies that 'address' is the target host/IP with an example, and 'count' is the number of packets with a default value of 3. Since schema has no parameter descriptions, this compensates well.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it runs a ping diagnostic from router to an address. It uses a specific verb ('Jalankan ping') and resource ('alamat'), and context implies connectivity diagnostics. However, it does not explicitly distinguish from the sibling tool 'traceroute', which has a similar purpose.

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

Usage Guidelines2/5

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

The description gives a basic usage context (connectivity diagnostics) but provides no guidance on when not to use it or alternatives. For example, it does not mention that traceroute might be preferred for path tracing or that ping may be blocked by firewalls.

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/Syamsuddin/MikroCLAW'

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