routeList
List Laravel routes and filter them by name, URI, or HTTP method to find specific endpoints.
Instructions
List Laravel routes with optional filtering by name or URI
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | No | Filter by URI pattern (e.g. '/notes') | |
| name | No | Filter by route name (e.g. 'notes') | |
| method | No | Filter by HTTP method |