peerglass_atlas_trace
Launch traceroute measurements using the RIPE Atlas global probe network to analyze network paths and connectivity to target IPs or hostnames.
Instructions
Launch a RIPE Atlas traceroute measurement to a target IP or hostname.
Uses the RIPE Atlas global probe network (thousands of vantage points). Requires PEERGLASS_RIPE_ATLAS_KEY environment variable with a valid Atlas API key (free from atlas.ripe.net).
Args: params (AtlasTraceInput): - target (str): IP address or hostname - probes (int): Number of probes to use (default 5, max 25) - response_format (str): 'markdown' (default) or 'json'
Returns: str: Traceroute hop tables per probe with RTT and IP at each hop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |