github_repos_list_for_org
List all repositories for a GitHub organization, with options to filter by type, sort order, direction, and pagination.
Instructions
List organization repositories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | org | |
| type | No | Specifies the types of repositories you want returned. | |
| sort | No | The property to sort the results by. | |
| direction | No | The order to sort by. Default: `asc` when using `full_name`, otherwise `desc`. | |
| per_page | No | The number of results per page (max 100). For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." | |
| page | No | The page number of the results to fetch. For more information, see "[Using pagination in the REST API](https://docs.github.com/rest/using-the-rest-api/using-pagination-in-the-rest-api)." |