Skip to main content
Glama
jrelph

RIPE Atlas MCP Server

by jrelph

Get RIPE Atlas Measurement Results

atlas_get_results
Read-onlyIdempotent

Retrieve RIPE Atlas measurement results, with options to filter by probes, time range, or get only the latest results.

Instructions

Retrieve results from a RIPE Atlas measurement.

Can fetch all results, latest results only, or filter by time range and probe IDs.

Args:

  • measurement_id (number): The measurement ID

  • latest (bool): If true, get only latest results (default: false)

  • start (unix timestamp): Only results after this time

  • stop (unix timestamp): Only results before this time

  • probe_ids (string): Comma-separated probe IDs to filter

  • response_format ('json'|'markdown'): Output format

Returns: Measurement results with per-probe data (RTT, hops, DNS answers, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
measurement_idYesThe measurement ID to get results for
startNoOnly results after this Unix timestamp
stopNoOnly results before this Unix timestamp
probe_idsNoComma-separated list of probe IDs to filter results
latestNoIf true, fetch only the latest results instead of historical
response_formatNoOutput format: 'json' for structured data or 'markdown' for human-readablejson
Behavior3/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description adds limited behavioral context (e.g., can filter results). It does not contradict annotations and provides some additional detail about return format.

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

Conciseness3/5

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

Description is structured with Args and Returns but repeats parameter info already in schema. Some redundancy, but overall clear and front-loaded with key purpose. Could be more concise.

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?

All 6 parameters are documented in both schema and description. No output schema, but description outlines return content (per-probe data like RTT, hops). Provides sufficient context for an AI agent to understand the tool's capabilities.

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. Description adds value by listing parameters with defaults and explanations (e.g., 'latest (bool): If true, get only latest results (default: false)'), enhancing meaning beyond schema.

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 'Retrieve results from a RIPE Atlas measurement' with specific verb and resource. It distinguishes from siblings like atlas_get_measurement (which gets measurement details) by focusing on result retrieval with filtering options.

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?

Description explains when to use: fetching all results, latest only, or filtering by time and probes. It does not explicitly mention when not to use or alternatives, but the use cases are clearly stated.

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/jrelph/ripe-atlas-mcp'

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