Skip to main content
Glama
jrelph

RIPE Atlas MCP Server

by jrelph

Get RIPE Atlas Credit Balance

atlas_get_credits
Read-onlyIdempotent

Check your RIPE Atlas credit balance and view daily income, expenditure, and estimated runout to manage your measurement budget.

Instructions

Check your RIPE Atlas credit balance and usage statistics.

Args:

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

Returns: Current balance, daily income/expenditure, estimated runout.

Requires: RIPE_ATLAS_API_KEY environment variable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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 indicate read-only and idempotent behavior. The description adds useful context: return fields (balance, income/expenditure, runout) and the prerequisite API key, which enriches the agent's understanding.

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 brief and efficiently lists arguments, returns, and requirements. It is front-loaded with the main purpose. Could be slightly more structured but is adequate.

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?

For a simple balance check with one optional parameter, the description covers the purpose, argument, return values, and a prerequisite. No output schema exists, so the return description helps. It is sufficiently complete.

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?

The single parameter is fully documented in the schema with description and enum. The description repeats the same info without adding new meaning, so it does not go beyond what the schema provides.

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 'Check your RIPE Atlas credit balance and usage statistics', specifying the verb (check) and resource (credit balance/usage). It distinguishes from sibling tools which focus on measurements and probes.

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 notes the required environment variable and mentions the return values, but does not explicitly state when to prefer this tool over alternatives. However, the context makes the purpose clear enough.

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