Save a kitchen-table session
session_saveSave TCG Live card lines and optional decks as a timestamped JSON record; avoids overwriting by appending -2 on name conflict.
Instructions
Save the session's card lines (TCG Live format) and optionally the built decks as a timestamped JSON record. Name defaults to today's date; a name collision appends -2 rather than overwriting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Session name (default: today's ISO date, e.g. 2026-07-20) | |
| decks | No | Decks built this session, e.g. from build_decks output | |
| lines | Yes | Card lines in TCG Live format, e.g. ['2 Slowpoke PBL 29', '1 Jacinthe POR 75'] |