Skip to main content
Glama
Jambozx

OnlineCyberTools MCP (280+ filterable tools)

networking_network_latency_calculator

Read-onlyIdempotent

Analyze your latency measurements (in ms) to compute descriptive statistics, a performance rating, and per-application suitability. Convert between time units or view reference benchmarks.

Instructions

Network Latency Statistics Calculator. Computes descriptive statistics and a performance verdict from a list of latency measurements (in ms) you already have. Pure offline math — it never pings, traces, or contacts any host; you supply the numbers. The 'analyze' operation returns count/min/max/mean/median/stdDev/variance, jitter (mean consecutive delta), p25-p99 percentiles, an excellent-to-very-poor rating with issues + recommendations, per-application suitability (gaming, VoIP, video, web, streaming, downloads), and a theoretical fiber-distance estimate. 'convert' rescales one value between ns/us/ms/s; 'benchmarks' returns reference latency tables (no input). Use this to interpret ping/speedtest samples; use the live Ping or Internet Speed Test tools to actually measure, and MTU Size Calculator for packet-size math. Read-only, rate-limited (anonymous 30 req/min).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
operationYesWhich computation to run.analyze
latenciesNoanalyze mode: latency samples in milliseconds, either a number array or a comma/whitespace-separated string. Non-finite or negative values are counted as invalid.
inputNoAlias for 'latencies' (analyze mode) if that key is absent.
valueNoconvert mode - the latency value to rescale.
fromUnitNoconvert mode - source time unit.ms
toUnitNoconvert mode - target time unit.ms

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successNo
operationNo
resultNoanalyze returns an object with statistics/performance/applications/distance; convert returns a number in the target unit; benchmarks returns reference tables.
errorNoPresent only when success is false.
Behavior5/5

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

The description discloses key behaviors: pure offline math, never pings or contacts hosts, rate-limited (30 req/min), and read-only. It adds beyond annotations (which already declare readOnlyHint, destructiveHint, idempotentHint) by specifying rate limits and the operations' output structure. 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.

Conciseness4/5

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

The description is a single well-structured paragraph that front-loads the purpose, then details operations and usage. It is dense with information but could be slightly more concise; however, it avoids fluff and every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has three operations, the description covers all modes, explains output for analyze, mentions rate limits and alternatives. With an output schema present, it doesn't need to detail return values. However, it could mention what happens if no input is provided for analyze, so not fully 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?

Schema coverage is 100%, so baseline is 3. The description adds value by explaining the 'analyze' mode expects latency samples in ms, that non-finite or negative values are invalid, and that 'input' is an alias for 'latencies'. This provides context beyond schema but does not fully detail each parameter's format, so above baseline but not perfect.

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 computes descriptive statistics and performance verdict from latency measurements, and distinguishes three operations (analyze, convert, benchmarks). It explicitly notes it never pings or contacts any host, differentiating it from sibling tools like network_ping or networking_mtu_size_calculator.

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 explicitly tells when to use this tool: for interpreting ping/speedtest samples, and when to use alternative tools (live Ping, Internet Speed Test, MTU Size Calculator). It also mentions rate limits (30 req/min anonymous) and read-only nature, providing clear context for selection.

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/Jambozx/onlinecybertools-mcp-server'

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