github_list_repos
List all repositories for a GitHub user or organization. Filter by type and control pagination.
Instructions
List repositories for a GitHub user or organization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | The GitHub username or organization name | |
| type | No | Filter by repository type: all, owner, public, private | owner |
| per_page | No | Number of results per page (max 100) |