github_org_repos
Retrieve a paginated list of an organization's public GitHub repositories, with options to sort, filter by type, and control results per page.
Instructions
List a GitHub organization's public repositories. Returns a page of an organization's public repositories (company tech stack).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org | Yes | GitHub organization login | |
| page | No | Page number | |
| sort | No | Sort field | |
| type | No | Repository type | |
| per_page | No | Results per page (max 100) | |
| direction | No | Sort direction |