list-issues
Retrieve and filter GitHub repository issues by state, sort criteria, and direction using the GitHub Enterprise MCP Server. Manage and organize issues efficiently with customizable pagination and sorting options.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
direction | No | Sort direction | desc |
owner | Yes | Repository owner (user or organization) | |
page | No | Page number | |
per_page | No | Items per page | |
repo | Yes | Repository name | |
sort | No | Sort criteria | created |
state | No | Issue state filter | open |