get_issue
Retrieve a single issue's full history by ID, offering token-efficient context without fetching the entire summary.
Instructions
Read one specific issue's full history by ID (token-efficient).
Use this when you only need one issue's context instead of the whole
summary. Example: get_issue('0042').
Read-only.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issue_id | Yes | Zero-padded 4-digit issue ID returned by log_issue (e.g., '0042'). Numeric strings without padding (e.g., '42') are also accepted. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |