get_issue
Fetch a GitHub issue by repo and number, including its body and optionally up to 50 comments.
Instructions
Get a single issue with its body and (optionally) its comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository as "owner/repo". | |
| number | Yes | Issue number. | |
| include_comments | No | Also fetch up to 50 comments (default true). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |