list_next_routes
Identify and list all Next.js routes, including app router pages and pages router files, to map the project's routing structure.
Instructions
Next.js routes: app router (app/**/page.tsx) and pages router (pages/*.tsx).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |