BetaSeries: badges
betaseries_badgesRetrieve BetaSeries badge details by badge ID, with an optional user filter to see who earned it. Fetches badge information directly from the Badges API.
Instructions
Call the BetaSeries "badges" API. Pick an operation and pass its parameters in the params object.
Available operations:
get-badges-badge [GET /badges/badge]: Returns badge details. Params: id (Badge ID. You can add more than one by separating them with a comma.), userId? (ID of the user who earned the badge(s).)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Query parameters for the chosen operation, as string key/value pairs. See this tool's description for the accepted parameter names per operation. | |
| operation | Yes | Which operation to perform |