get_work_context
Load bounded work context for an issue: tasks, blockers, decisions, checkpoints, and recovery notes. Optionally limit included sections to avoid information overload.
Instructions
Get bounded task, blocker, decision, checkpoint, and recovery context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limits | No | Optional 1-20 bounds for requested list sections only. | |
| include | No | Optional unique context sections; empty returns the compact default. | |
| issue_id | Yes | Issue whose work context to load. | |
| project_ref | No | Project reference returned by open_project. Pass it explicitly for stateless routing; omit only when using a configured default. | |
| agent_session_handle | No | Optional durable session handle for request attribution. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue | Yes | ||
| reviews | Yes | ||
| blockers | Yes | ||
| warnings | Yes | ||
| artifacts | Yes | ||
| decisions | Yes | ||
| relations | Yes | ||
| truncated | Yes | ||
| checkpoint | Yes | ||
| parent_epic | Yes | ||
| next_actions | Yes | ||
| attempt_history | Yes | ||
| recent_comments | Yes | ||
| previous_attempt | Yes | ||
| truncated_sections | Yes | ||
| project_instructions | Yes | ||
| recent_attempt_notes | Yes | ||
| related_issue_summaries | Yes | ||
| changes_since_previous_attempt | Yes |