list_next_api_routes
Lists Next.js API routes from the app router, showing HTTP methods, dynamic parameters, and middleware matchers.
Instructions
API routes of the Next app router: route.ts with HTTP methods (GET/POST/...) and dynamic params, plus middleware.ts with its matcher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name or path of the loaded project |