get_learning_path
Generate an ordered learning path to master a target concept by identifying prerequisite gaps and sorting them topologically.
Instructions
Get the ordered learning path to reach a target concept.
Returns a topologically sorted list of prerequisites, highlighting which concepts the student still needs to learn (gaps).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_concept | Yes | The goal concept to learn (node ID or concept name) | |
| include_mastered | No | Whether to include already-mastered concepts in the path |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||