get_issue_detail
Fetch complete issue details using a cluster ID or issue ID from the most recent diagnostic check. Provide exactly one ID to return full issue list or a stale status if the reference no longer exists.
Instructions
Returns the full issue list for either one cluster ID or one issue ID from the most recent check_project or check_files call. Read-only; no files are written or modified. Supply exactly one of clusterId or issueId — supplying both or neither returns an argument error. If the referenced cluster or issue no longer exists in the latest results (e.g., after re-running a check), returns a status: "stale" response instead of an error; call check_project or check_files again to refresh.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| issueId | No | ||
| clusterId | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | No | ||
| issues | No | ||
| status | No | ||
| message | No |