list_issues
List bugs, feature requests, and tasks in a GitHub repository, with optional filters for issue state and result count.
Instructions
List issues for a GitHub repository.
Use this when the user wants to see what bugs, feature requests, or tasks are open in a project — e.g. "what issues are open in pallets/flask?", "show me recently updated closed issues in django/django".
Args: owner: Repository owner (GitHub username or organisation). repo: Repository name. state: Filter by issue state: "open" (default), "closed", or "all". limit: Max number of issues to return (1-50, default 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| limit | No | ||
| owner | Yes | ||
| state | No | open |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |