Look up a word
lookup_wordRetrieve your personal word data including translation, gender, CEFR level, and FSRS state for a given lemma, with a shared lexicon as fallback. This grounds LLM responses in accurate user-specific information rather than guesses.
Instructions
Look up one word: the user's own context (translation, gender, CEFR, FSRS state) if they have cards for it, backed by the shared enrichment lexicon as a gender/CEFR fallback. Use this to ground an LLM's guesses about a word rather than inventing them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | No | Part of speech, if known (e.g. NOUN). | |
| lemma | Yes | Dictionary (base) form to look up. | |
| language | Yes | Language of the word, ISO 639-1 (normalised to lowercase). |