get_routes
Identifies API routes and pages in Next.js App Router projects, returning path, file, HTTP methods, and route type.
Instructions
Detect API routes and pages in a Next.js App Router project: path, file, HTTP methods, type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name/path (default: active). | |
| max_results | No | Max routes to return (0 = all, default 0). |