get_actionable_issue
Fetch and normalize a GitHub issue for triage, extracting only essential fields like title, cleaned body, labels, author association, comments, state, and URL.
Instructions
Fetch one issue, normalised for triage: template scaffolding stripped, only the fields a readiness judge needs (title, cleaned body, labels, author association, comments, state, url).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | "owner/name" on the allowlist, e.g. "mlflow/mlflow". | |
| number | Yes | the issue number. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||