network/trace-path
Trace the network route to a host to diagnose routing issues, locate packet drops, and measure latency across each hop.
Instructions
Traces the network path to a host (equivalent to traceroute). Useful for debugging routing issues, identifying where packets are dropped, or measuring network latency across hops. Hint: Use network/ping for basic reachability before tracing the path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | Target hostname or IP | |
| max_hops | No | Maximum number of hops (optional) |