github_list_repos
List GitHub repositories for an authenticated user or a specific user or organization. Returns repo name, description, stars, language, and visibility.
Instructions
List GitHub repositories for the authenticated user or a specific user/org. Returns repo name, description, stars, language, and visibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort field. Default: updated | updated |
| type | No | Filter by repo type. Default: all | all |
| owner | No | GitHub username or org. Omit to list your own repos. | |
| per_page | No | Results per page (1-100). Default: 30 |