Get Hot Paths
get_hot_pathsIdentify the top-K tool call paths sorted by total latency, p99, or call count in a recent time window.
Instructions
Return the top-K tool call paths by total latency or p99 within a rolling time window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sinceMs | No | Only include calls made in the last N milliseconds. | |
| topK | No | Maximum number of paths to return (default: 10). | |
| sortBy | No | Ranking dimension (default: totalLatency). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | Yes |