diagnose_task_failure
Identify why a task failed by analyzing its execution trace and comparing it with successful tasks from the same team, then receive actionable fix suggestions to get it back on track.
Instructions
Auto-diagnose why a task failed and suggest fixes.
Reads the task's execution trace (memos) to identify the failure point, compares with similar successful tasks in the same team, and returns actionable fix suggestions.
Use this when a task fails or gets stuck to quickly understand root cause without manually reading through all memo records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ID of the failed or stuck task |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||