Get Task History
get_task_historyUse this when you need what HAPPENED to a task, not just its current fields — before retrying failed work, judging a receipt, or answering 'why is this still open?'. Three modes: 'summary' (default, ≤500 tokens — the card, its latest receipt, and counts), 'decisions' (every decision recorded about it, including verdicts and their reasons — a rework's reason survives here after a later accept overwrites the card), 'full' (the raw journal, capped at 100 events and saying so).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Task ID | |
| mode | No | Defaults to 'summary'. |