Inspect Laravel routes
inspect_routesList Laravel routes with filters for method, path, and name to inspect defined routes in a project.
Instructions
Runs route:list with optional method, path, and name filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Optional project-relative working directory. When omitted, the tool auto-detects the relevant app root. | |
| json | No | ||
| name | No | ||
| path | No | ||
| method | No | ||
| project | Yes | Project key from list_projects. | |
| timeoutSeconds | No |