get_user_stars_count
Count the stars a user has received, with optional filters for date range and organization.
Instructions
Returns the count of stars received by a user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| userId | Yes | User ID | |
| since | No | Count stars received after this date (yyyy-MM-dd) | |
| until | No | Count stars received before this date (yyyy-MM-dd) | |
| organization | No | Optional organization name. Use list_organizations to inspect available organizations. |