Override contributor tier
set_tierManually assign a tier slug to a contributor, overriding automatic tier transitions. Logs the override for audit.
Instructions
Override a contributor's tier by tier slug (e.g. "champion"). This is an admin escape hatch for manual promotions — normal tier transitions happen automatically via point thresholds. The override is logged in end_user_activity with action=tier_override_manual. Requires mcp:write scope.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| external_user_id | Yes | The host-app user id as passed to Mushi.identify() | |
| tier_slug | Yes | Tier slug to assign, e.g. "champion", "contributor", "explorer" | |
| reason | No | Optional reason for manual override |