github_org_repos
Retrieve public repositories for any GitHub organization to analyze its tech stack. Paginate, sort, and filter results in clean JSON.
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 |