record_word_result
Persist a single word answer (correct/incorrect) to the user's mastery progress. Mirrors the web app's word-mastery scaling so MCP study counts toward leaderboards and streaks. Requires sign-in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| word | No | The word answered (preferred for human input). | |
| card_id | No | Card UUID (preferred when known from a prior tool result). | |
| is_correct | Yes | ||
| question_type | No | e.g. multiple_choice, fill_in_blank, flashcard. | |
| quiz_attempt_id | No | Optional quiz_attempt UUID to record a per-question row. | |
| selected_answer | No | ||
| time_taken_seconds | No |