list_services
Retrieve all available service names across connected backends. Use this before querying metrics or logs to obtain exact, case-sensitive service names.
Instructions
Discover the service names that can be queried, aggregated across every connected backend. When to use: call this before query_metrics, query_logs, or get_service_health to obtain the exact, case-sensitive service name those tools require. Behavior: read-only, no side effects. Returns one entry per service with the service name, the source(s) it was discovered in, and which signals are available for it (metrics, logs, or both). Related: list_sources for backend health; get_service_health for a per-service overview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional case-insensitive substring to narrow the result to matching service names (e.g. 'payment'). Omit to list every discovered service. |