list_routes
Retrieve normalized routes from Traefik, Caddy, and HAProxy. Filter by host or target to inspect route configuration and identify conflicts.
Instructions
[READ] Routes normalised across platforms: {name, hosts, paths, priority, service, tls, enabled, redirectTo}.
Traefik router names and caddy config paths (apps/http/servers/...) come back exactly as the other tools expect them.
Args: host: Optional hostname filter (keeps host-less catch-alls). target: Proxy target name from config; omit for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| target | No |