Diagnose a service
render_service_statusCheck a service's health and diagnose issues by retrieving its configuration, latest deploys, running instances, and recent error logs in a single call.
Instructions
One-call triage for a service: its configuration, latest deploys, running instances and most recent error-level logs. Use this to answer "is X healthy?" or "why is X broken?" instead of chaining retrieve/list/logs calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serviceId | Yes | Service id (srv-…) or service name. | |
| deployCount | No | How many recent deploys to include. | |
| includeLogs | No | Include recent error/warning logs. Requires the API key to have log access. |