get_issue_detail
Retrieve the full issue list for one cluster ID or issue ID from the latest check. Supply exactly one ID; if stale, rerun check_project or check_files to refresh.
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 |