Summarize network errors
summarize_td_errorsClusters network errors by message, type, or parent container to highlight worst-offending nodes and suggest investigation order, eliminating the need to check each node individually.
Instructions
Collect errors across a network and cluster them by message, type, or parent container, with the worst-offending nodes and a suggested order to investigate. Use this instead of reading every node's errors one by one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Network root to collect errors under. | /project1 |
| group_by | No | How to cluster errors: by exact message, by error type, or by parent container (to find a common upstream cause). | message |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| total | Yes | ||
| group_by | Yes | ||
| groups | Yes | ||
| suggestions | Yes |