Log a dated play session
log_play_sessionLog a play session for a game on a date, adding duration, note, or status to your play journal. Attaches to your playthrough while preserving existing sessions.
Instructions
Record that you played a game on a particular date, with optional duration and a note — the building block of a play journal. Attaches to an existing playthrough; get_play_sessions lists their ids. Existing sessions and shelf state are preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | YYYY-MM-DD. | |
| game | Yes | Game title, slug, or numeric Backloggd id. | |
| note | No | What you did, e.g. 'beat the Acorn deck'. | |
| hours | No | ||
| status | No | Completion status reached in this session. | |
| minutes | No | ||
| end_date | No | For a session spanning several days. Defaults to the start date. | |
| playthrough_id | No | Which playthrough to attach to. Defaults to the most recent one. |