FlixBridge
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) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_servicesA | List all configured services and downloaders. Call this first to see available services. |
| system_statusC | Get system status and health information |
| queue_listC | List items in download queue with status and progress |
| queue_grabC | Force grab/retry download of queued items |
| remove_contentC | Preview and remove queue or library items with confirmation |
| manual_importC | Preview and execute high-confidence ARR manual imports for queue items |
| root_foldersC | List configured root folders and storage information |
| history_detailC | Get download/import history details |
| searchC | Search for media (series/movies) to add |
| add_newC | Add new media to library |
| import_issuesC | Check for import issues and stuck downloads |
| quality_profilesC | List available quality profiles with recommendations |
| queue_diagnosticsC | Analyze and auto-fix stuck queue items |
| all_services_diagnosticsB | Analyze and auto-fix stuck queue items across all services |
| download_statusC | Get unified download status across arr services and downloaders |
| server_metricsC | Get server performance metrics and health status |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 16 tools
Several tools overlap heavily, especially all_services_diagnostics, queue_diagnostics, and import_issues, which all deal with stuck queue items and import failures. system_status, server_metrics, and download_status also blur the line between health/performance and download status.
Names are a mix of noun-first, verb-first, and adjective-noun forms without a consistent pattern. Examples like queue_list, list_services, and add_new show inconsistent conventions; queue_grab reverses the expected verb_noun order.
16 tools is on the higher end for the apparent scope, and several diagnostic/status tools could be consolidated. The count is not absurd, but it feels heavier than necessary due to redundancy.
Core media management workflows are covered: search, add, queue management, imports, history, removal, and configuration listings. A notable gap is direct library listing/management beyond content removal, though the surface covers the main ARR-type workflows.