get_issue_detail
Get the full detail of a single known issue by its ID (e.g. 'KI-109'). Drills into one open problem: status, temperature, owner, linked source and the raw problem statement. Returns a clear not-found with the available IDs if the ID does not match. Read-only, closed world.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The issue ID, e.g. 'KI-109' (case-insensitive). |