get_notebook_url
Retrieve GitHub and Colab URLs for a notebook by specifying module ID and kind (intro, practical, solution, bonus, homework).
Instructions
Get the GitHub and Colab URL for a specific notebook.
Use this when a student wants to open or run a specific exercise. 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 |