search_learning_paths
Search Vectree's curated learning paths — ordered sequences of diagrams that teach a subject from the ground up, one step at a time.
Vectree explains how things work as zoomable, labelled schematics. A learning path strings a set of those diagrams into a syllabus, so a reader moves from the fundamentals of a subject to its harder parts in a deliberate order.
Use this when the user wants to learn, study or get started with a whole
subject. When they want one specific topic explained instead, use
search_diagrams — that searches individual diagrams rather than sequences.
Describe the subject in natural language; the search is semantic, so a full
sentence works better than a bare keyword. Each result carries a slug — pass it
to get_learning_path for the full ordered sequence.
Only published paths are searched. Nothing is generated on demand, so a subject with no match simply has no path yet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many learning paths to return, 1-10. Defaults to 5. | |
| query | Yes | The subject the user wants to learn, in natural language — e.g. "learn digital signal processing from scratch". |