get_learning_path
Fetch one Vectree learning path: its ordered steps, each naming the diagram that step teaches.
A learning path is a curated sequence of Vectree's labelled schematics that works through a subject from the fundamentals upward. This tool returns the whole sequence in order, so you do not need to fetch the page.
Use it after search_learning_paths, or whenever you already know a path
slug. Every step gives a diagram slug you can pass to get_diagram to read
that step in full; a step marked "still generating" has no readable diagram
yet, so skip it.
Only published paths can be fetched. Nothing is generated on demand: an unknown slug simply has no path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Learning path slug, e.g. the `slug:` of a search_learning_paths result or the last segment of a vectree.io/path/... URL. |