Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
RADARR_URL | No | URL for Radarr service | |
SONARR_URL | No | URL for Sonarr service | |
SABNZBD_URL | No | URL for SABnzbd service (optional) | |
RADARR_API_KEY | No | API key for Radarr service | |
SONARR_API_KEY | No | API key for Sonarr service | |
SABNZBD_API_KEY | No | API key for SABnzbd service (optional) | |
FLIX_BRIDGE_DEBUG | No | Enable comprehensive debug logging (set to 1 to enable) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_services | List all configured services and downloaders. Call this first to see available services. |
system_status | Get system status and health information |
queue_list | List items in download queue with status and progress |
queue_grab | Force grab/retry download of queued items |
root_folders | List configured root folders and storage information |
history_detail | Get download/import history details |
search | Search for media (series/movies) to add |
add_new | Add new media to library |
import_issues | Check for import issues and stuck downloads |
quality_profiles | List available quality profiles with recommendations |
queue_diagnostics | Analyze and auto-fix stuck queue items |
all_services_diagnostics | Analyze and auto-fix stuck queue items across all services |
download_status | Get unified download status across arr services and downloaders |
server_metrics | Get server performance metrics and health status |