Skip to main content
Glama

Coolant

ping

Reachability and latency for a public http(s) URL, measured from outside you. Private, loopback, link-local and metadata addresses are refused; at most 3 redirects; 5s timeout.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute http or https URL.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.4/5.0
Behavior4/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 clearly states key behaviors: measured from outside, refuses specific address ranges, allows at most 3 redirects, and has a 5s timeout. This is substantial, though it does not specify the exact return format or error handling.

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, well-structured sentence that front-loads the core purpose and then appends constraints. It is concise with zero wasted words, and all information is relevant to agent decision-making.

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 it is a simple one-parameter tool with no output schema, the description covers purpose, constraints, and timeout. It does not specify the return type (e.g., latency in ms, boolean reachable), but for a tool of this complexity, the missing detail is minor. The description is largely complete for correct invocation.

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% (url described as 'Absolute http or https URL'). The tool description adds meaning by specifying that the URL must be public and that certain address types are refused, which goes beyond the schema. It effectively clarifies acceptable input, though the schema itself is already clear.

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 states a specific verb and resource: 'Reachability and latency for a public http(s) URL'. It also adds the perspective 'measured from outside you', which clearly distinguishes it from local checks. The purpose is unambiguous and distinct from siblings like dns, cert, or head.

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 implies when to use it (to check external reachability/latency) but does not explicitly name alternatives or exclusion conditions. It provides important constraints (refuses private/loopback/link-local/metadata addresses, redirect limit, timeout) that guide usage, but lacks direct comparison to sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources