Draw practice questions
draw_itemsDraw words-in-context vocabulary practice questions from a curated, human-written bank.
Use this to quiz a learner, build a practice set, or check what a question of this type looks like. It is free, deterministic, and costs no inference.
IMPORTANT: the response deliberately contains NO answer index and NO explanations. That is so you can present the questions without leaking the answers. Call check_answer with the item id and the chosen option to get the answer, why it fits, and why each distractor fails.
Input: count (1-20, default 5) — an out-of-range count is REFUSED rather than clamped, so you learn the limit. difficulty is foundation|core|stretch. theme is science|humanities|social-science|literature. seed makes the draw reproducible: the same seed always returns the same items, so a practice session can be replayed or shared.
Format note: these test inference from context, which is how the current digital SAT asks about vocabulary — not recall of definitions. Each item is a sentence with one word blanked and four options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Makes the draw reproducible — the same seed always returns the same items, so a session can be replayed or shared. Omit for a random set. | |
| count | No | How many items, 1-20, default 5. An out-of-range value is refused, not clamped. | |
| theme | No | Filter by passage flavour. | |
| difficulty | No | Filter by difficulty. |