list_repositories
List GitHub repositories for a specified user or organization, with filtering by type, sorting, and pagination to browse results.
Instructions
List repositories for a specified owner (user or organization), or the default GITHUB_OWNER.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| sort | No | Field to sort results by | updated |
| type | No | Filter repository types | all |
| owner | No | GitHub user or organization name (optional if GITHUB_OWNER is set) | |
| per_page | No | Results per page (max 100) | |
| direction | No | Sort direction | desc |