roadmap_get
Fetch a specific roadmap from roadmap.sh using its slug, and select either an outline of the topic plan or the raw graph JSON.
Instructions
Get a roadmap by slug. format=outline returns a readable topic plan with node ids; format=raw returns the full graph JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | roadmap.sh slug, e.g. 'frontend' | |
| format | No | outline |