Skip to main content
Glama
duksh

PeerGlass

by duksh

rir_looking_glass

Read-onlyIdempotent

Analyze BGP routing paths for any IP prefix from global RIPE RIS collectors to understand how routes propagate across the internet.

Instructions

Show BGP routing table entries for a prefix as seen from RIPE RIS (Route Information Service) collectors around the world.

Unlike BGP visibility (which answers whether a route exists), a looking glass shows how the route is announced — the actual AS paths from different geographic vantage points.

Args: params (LookingGlassInput): - prefix (str): CIDR prefix e.g. '1.1.1.0/24' - vantage_points (int): Max entries to return (default 10, max 50) - response_format (str): 'markdown' (default) or 'json'

Returns: str: AS paths per RIPE RIS collector with region and BGP community values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations cover safety profile (readOnly, non-destructive, idempotent). Description adds valuable behavioral context: geographic distribution of collectors, specific return data format (AS paths with region and BGP community values), and data source (RIPE RIS). No contradictions 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?

Well-structured with clear Args/Returns sections. Front-loads the critical sibling distinction before diving into parameters. Efficient use of space though docstring format is slightly more verbose than pure prose. No wasted content.

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

Completeness5/5

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

Comprehensive coverage for a network diagnostic tool: explains data source (RIPE RIS), geographic scope (worldwide collectors), output format (markdown/json), and return value structure (AS paths with metadata). Adequate for tool complexity despite no output schema being provided in the description section.

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

Parameters5/5

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

Schema has 0% parameter description coverage (only titles/types). Description fully compensates by documenting all three parameters with clear semantics: prefix includes CIDR example, vantage_points explains 'max entries' semantics with default/max values, response_format lists allowed values. Exceptional compensation for sparse 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?

Excellent specificity: describes exact action (show BGP routing table entries/AS paths), specific resource (RIPE RIS collectors), and explicitly distinguishes from siblings ('Unlike BGP visibility...'). Clear value proposition.

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?

Provides clear conceptual guidance contrasting with BGP visibility tools (existence vs. AS paths). Explains the 'how' vs 'whether' distinction effectively. Does not explicitly name the alternative sibling tool (rir_check_bgp_status) to use instead, but the conceptual differentiation is strong.

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/duksh/peerglass'

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