_fetch_stars_for_user
Retrieves and updates the list of GitHub repositories starred by a specified user, enabling efficient discovery and search of their starred content.
Instructions
Fetch or update the database of starred repositories for a specific GitHub username.
Args: username: The exact GitHub username (e.g., 'gulbaki'). token: Optional GitHub personal access token to avoid rate limits (defaults to GITHUB_TOKEN env).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | No | ||
| username | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |