Create competition / tournament (admin)
specter_create_competitionCreates a game competition (tournament, instant battle, paid challenge, or bracket) with specified parameters. Modifies live configuration; confirm with user and prefer staging.
Instructions
Create a competition. competitionFormatTypeMasterId: 2=tournament, 3=instant battle, 4=paid challenge, 5=bracket. For match-based (sourceTypeId 1) pass matchId+gameId in fields; entry prices/prizes/schedule also go in fields. MUTATES live game config — confirm with the user and prefer staging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| fields | No | Any other fields for this entity — see the specter-admin skill for the full schema | |
| projectId | No | Defaults to SPECTER_PROJECT_ID | |
| competitionId | Yes | ||
| isSpecialEvent | Yes | ||
| competitionFormatTypeMasterId | Yes | 2=tournament, 3=instant battle, 4=paid challenge, 5=bracket |