Skip to main content
Glama
jrelph

RIPE Atlas MCP Server

by jrelph

Get RIPE Atlas Probe Details

atlas_get_probe
Read-onlyIdempotent

Retrieve detailed information about a RIPE Atlas probe by its ID, including country, ASN, prefix, status, tags, and coordinates.

Instructions

Get detailed information about a specific RIPE Atlas probe by ID.

Args:

  • probe_id (number): The probe ID to retrieve

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

Returns: Probe details including country, ASN, prefix, status, tags, coordinates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
probe_idYesThe probe ID to retrieve
response_formatNoOutput format: 'json' for structured data or 'markdown' for human-readablejson
Behavior4/5

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

Annotations already declare readOnlyHint, destructiveHint, idempotentHint, openWorldHint, indicating safe idempotent operation. The description adds useful context about returned fields (country, ASN, etc.) without contradicting 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?

The description is short and to the point, with a clear purpose stated first. No unnecessary words, and the structure is logical.

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 lack of an output schema, the description lists important return fields, providing helpful context. It covers the core functionality adequately.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the schema fully documents both parameters. The description repeats the parameter meanings and adds an example of returned fields, but no additional semantic insight beyond the schema for parameters.

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 'Get detailed information about a specific RIPE Atlas probe by ID,' using a specific verb and resource. It distinguishes from sibling tools like atlas_search_probes that have a different purpose.

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

Usage Guidelines3/5

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

No explicit guidance on when to use this tool versus alternatives like atlas_search_probes for finding probes first. Usage is implied by the need for a specific probe ID.

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