Skip to main content
Glama
ks6573
by ks6573

network_latency_check

Read-onlyIdempotent

Ping local gateway, Cloudflare DNS, and Google DNS in parallel to measure latency and reachability. Automatically identify whether slow internet stems from router issues, ISP problems, or congestion.

Instructions

Pings the local gateway, Cloudflare DNS (1.1.1.1), and Google DNS (8.8.8.8) concurrently and returns per-target latency and reachability. Includes an automatic diagnosis (router issue / ISP issue / congestion / normal). Use when the user asks if their internet is slow or to locate where latency is introduced.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds useful behavioral context by noting concurrent pinging and the automatic diagnosis categories (router issue / ISP issue / congestion / normal). No contradiction with 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?

Two concise sentences: the first describes what the tool does and the diagnosis output, the second gives usage guidance. Every word earns its place with no redundancy or filler.

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?

Given zero parameters and no output schema, the description fully covers purpose, targets, behavior, and usage context. It also explains return values (latency, reachability, diagnosis) implicitly. The tool is simple and the description is complete.

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 tool has zero parameters, so the baseline is 4. The description adds context about the fixed targets (gateway, Cloudflare DNS, Google DNS), which is useful even though there are no parameters to document.

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 pings three specific targets (local gateway, Cloudflare DNS, Google DNS) concurrently and returns per-target latency and reachability, with an automatic diagnosis. This specific verb+resource combination clearly distinguishes it from sibling tools like get_network_usage or get_network_connections.

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

Usage Guidelines4/5

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

The description gives explicit when-to-use guidance: 'Use when the user asks if their internet is slow or to locate where latency is introduced.' It does not mention alternatives or when-not-to-use, but the usage context is clear and sufficient for a network diagnostic tool.

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/ks6573/SysControl'

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