Get routes
get_routesRetrieve SvelteKit route nodes (+page/+layout/+error) with display labels and direct child components to analyze route dependencies.
Instructions
Return every route node (+page/+layout/+error) with its display label and the direct child components it pulls in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root | Yes | Absolute path to the SvelteKit/Svelte project root to analyze. |