list-repositories
Retrieve and sort GitHub repositories for a specified user. View public, private, or all repositories with options for pagination, sorting, and filtering by type.
Instructions
List repositories for a user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
direction | No | Sort direction | asc |
owner | Yes | Username | |
page | No | Page number | |
per_page | No | Items per page (max 100) | |
sort | No | Sort field | full_name |
type | No | Type of repositories to list | all |