github_list_issues
List GitHub issues from a repository with optional filters for state (open, closed, all), label, and max count to retrieve the specific issues you need.
Instructions
List issues for a GitHub repository.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name. | |
| label | No | Filter by label name. | |
| limit | No | Maximum issues to return (1–100). Default: 20. | |
| owner | Yes | Repository owner. | |
| state | No | Issue state — "open", "closed", or "all". Default: "open". | open |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||