get_notebook_exercises
Retrieve exercise prompts and skeleton code from a module notebook, skipping explanatory text and solutions to focus on the task.
Instructions
Fetch only the exercise cells from a module's notebook.
Returns the exercise prompt (markdown) and the skeleton code the student must fill in. Skips all expository text, imports, and solution code. Prefer this over get_notebook_content when helping a student with an exercise — it gives the task without spoiling surrounding context. kind: 'intro' | 'practical' | 'solution' | 'bonus' | 'homework' (default: practical)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | practical | |
| module_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |