list_starred_repos
Retrieve starred GitHub repositories for any user or your authenticated account. Sort by creation or update date, control pagination, and access repository details through the GitHub API.
Instructions
List repositories starred by a user or the authenticated user.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | GitHub username (empty for authenticated user) | |
| sort | No | Sort by (created, updated) | created |
| direction | No | Sort direction (asc, desc) | desc |
| per_page | No | Results per page (max 100) | |
| page | No | Page number |