list_issues
Retrieve GitHub issues for a specified repository, filtering by state or labels and returning issue details like title, state, labels, author, and URL.
Instructions
List issues for a GitHub repository. Returns issue number, title, state, labels, author, and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organisation) | |
| state | No | Filter by state: open | closed | all | open |
| labels | No | Comma-separated label names to filter by (e.g. 'bug,help wanted') | |
| per_page | No | Number of issues to return (1–50, default 20) |