get_user_stars_count
Count stars a user received, using optional date filters to track recognition over time.
Instructions
Returns the count of stars received by a user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Count stars received after this date (yyyy-MM-dd) | |
| until | No | Count stars received before this date (yyyy-MM-dd) | |
| userId | Yes | User ID |