get_session_detail
Use this when the signed-in user asks 'what did I miss in [that session]', 'which words tripped me up', or 'what was my accuracy on session X'. Pass a session_id (study_sessions.id or adaptive_sessions.id, usually obtained from get_recent_session_results / a picker chip). Returns title, accuracy %, wrong_words[] (max 10), and a per-card timeline (truncated to first 20 events). Cite at least one wrong word and the accuracy in your reply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | study_sessions.id or adaptive_sessions.id (UUID) | |
| include_timeline | No | Include per-card timeline (default true). Truncated to 20 events. |