analyze_session_form
Groups a player's recent matches into sessions and analyzes performance including wins, losses, ELO change, and best run time. Displays up to 10 most recent sessions.
Instructions
Group a player's recent matches into sessions (consecutive matches within a configurable time gap, default 90 minutes) and analyze each session's performance: wins, losses, ELO gained/lost, and best run time. Shows up to the 10 most recent sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | Filter by season number | |
| identifier | Yes | Player username or UUID | |
| matchCount | No | Total matches to scan (default 60, max 100) | |
| sessionGapMinutes | No | Minutes of inactivity that mark a new session (default 90) |