list_sveltekit_routes
Lists all SvelteKit routes defined in src/routes, including pages, layouts, server endpoints, and error handlers, by parsing the project's directory structure.
Instructions
SvelteKit routes by directory convention (src/routes): +page.svelte, +page.server.ts (load/actions), +layout, +server.ts (API) and +error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |