arr_stack
Check media stack health by querying Radarr, Sonarr, and Lidarr APIs in a single consolidated call.
Instructions
Query Radarr, Sonarr, and Lidarr HTTP APIs for media stack health.
PORTMANTEAU PATTERN RATIONALE: Consolidates 3 synchronization services into a single tool to match established industry patterns for managing "the stack" as a unified metadata pipeline.
Return Format
{"success": bool, "data": dict, "message": str}
Examples
await arr_stack(operation="status")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Operation to perform. |