Check if the user already wrote a recap for a session
play_check_recap_existsCheap boolean check — returns { exists: boolean } for whether the calling user has an active player-recap page attached to the given session. Use this to gate play_create_page so you don't write a duplicate recap.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Mongo `_id` of the session. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||