list_org_repos
List repositories in a GitHub organization, with filters for type, sorting, and pagination to find the exact repositories you need.
Instructions
List repositories in a GitHub organization. Docs: https://docs.github.com/en/rest/repos/repos#list-organization-repositories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | Organization login (e.g. "acme") | |
| page | No | ||
| sort | No | Field to sort by. | |
| type | No | Type of repositories to list. | |
| per_page | No | ||
| direction | No | Sort direction. |