list_issues
List open, closed, or all issues in a GitHub repository. Returns issue number, state, title, and author for each, with pull requests excluded.
Instructions
List issues in a GitHub repository. Use when the user wants to see open, closed, or all issues in a repo. Returns issue number, state, title, and author for each. Pull requests are filtered out so the result is true issues only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository in 'owner/name' format, e.g. 'anthropics/anthropic-sdk-python' | |
| limit | No | Maximum number of issues to return (1-100). Defaults to 20. | |
| state | No | Issue state filter. Defaults to 'open'. |