list_repositories
Retrieve repositories for a GitHub user or organization with filtering options for type, sorting, and pagination.
Instructions
List repositories for a user or organization.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | GitHub username or organization name | |
| type | No | Type of repos (all, owner, member, public, private, forks, sources) | all |
| sort | No | Sort by (created, updated, pushed, full_name) | updated |
| per_page | No | Results per page (max 100) | |
| page | No | Page number |