diagnose_task_failure
Examine a task's execution trace to locate the failure point, compare with similar successful tasks, and return actionable fix suggestions.
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 | |||