list_user_starred
Retrieve the list of repositories starred by a specified user, with support for pagination to control the number of results.
Instructions
List repositories starred by a user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | Username of the user | |
| page | No | Page number (starts at 1) | |
| limit | No | Number of results per page (max 50) |