Create match template (admin)
specter_create_matchCreate a multiplayer match template with configurable format, outcome, and matchmaking rules for real-time game sessions.
Instructions
Create a multiplayer match template (the config a real-time session is based on). format is single/multi/team; outcome is how a winner is decided (highest score, fastest time, finish position). The game is resolved by name/slug. Matchmaking rules (team size, MMR) go in fields. MUTATES live game config — confirm and prefer staging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| game | No | Game name/slug/id (defaults to the project's first game) | |
| name | Yes | ||
| fields | No | Matchmaking rules: team size, MMR range, regions, etc. | |
| format | Yes | ||
| matchId | No | Stable slug (defaults to a slug of the name) | |
| outcome | Yes | ||
| projectId | No |