search_routes
Find existing routes by name to avoid duplicates. Returns paginated details including UUID, name, path, and type.
Instructions
Search for routes/pages in the project by name. Use this to find existing routes before creating new ones.
Returns paginated results with route details including UUID, name, path, and type. Use the returned UUID with html_to_elements (page parameter) or get_route for full details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search term to match route names (e.g., "Counter", "Home") | |
| type | No | Filter by route type: "web" for pages, "api" for endpoints, "channels" for WebSocket channels, "view" for Blade views | |
| per_page | No | Results per page (default: 10) |