vocametrix_vocabulary_tutor
Adapts vocabulary tutoring to your native language, target language, age, and topic. Uses spaced repetition for effective learning in multi-turn conversations.
Instructions
Conversational vocabulary tutor adapting to learner profile (native language, target language, age, topic). Uses spaced repetition principles. Maintain conversation context via threadId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Learner message or answer | |
| nativeLanguage | Yes | Learner's native language (e.g. 'French', 'Arabic') | |
| targetLanguage | Yes | Language being learned (e.g. 'English', 'Spanish') | |
| ageGroup | Yes | Learner age group (e.g. 'child', 'teenager', 'adult') | |
| topic | Yes | Vocabulary topic (e.g. 'animals', 'food', 'body parts') | |
| threadId | No | Conversation thread ID for multi-turn sessions |