list-issues
Fetch and display issues from a GitHub repository by specifying the owner, repository name, and issue state. Supports filtering by open, closed, or all issues and limiting the number of results returned.
Instructions
List issues in a GitHub repository
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | Maximum number of issues to return | |
owner | Yes | Repository owner (username or organization) | |
repo | Yes | Repository name | |
state | No | Issue state |