Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LIDARR_URLNoThe URL of your Lidarr instance (e.g., http://localhost:8686)
RADARR_URLNoThe URL of your Radarr instance (e.g., http://localhost:7878)
SONARR_URLNoThe URL of your Sonarr instance (e.g., http://localhost:8989)
READARR_URLNoThe URL of your Readarr instance (e.g., http://localhost:8787)
PROWLARR_URLNoThe URL of your Prowlarr instance (e.g., http://localhost:9696)
LIDARR_API_KEYNoYour Lidarr API key (found in Settings > General > Security)
RADARR_API_KEYNoYour Radarr API key (found in Settings > General > Security)
SONARR_API_KEYNoYour Sonarr API key (found in Settings > General > Security)
READARR_API_KEYNoYour Readarr API key (found in Settings > General > Security)
PROWLARR_API_KEYNoYour Prowlarr API key (found in Settings > General > Security)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
arr_statusA

Get status of all configured *arr services. Currently configured: Sonarr (TV), Radarr (Movies), Lidarr (Music), Readarr (Books), Prowlarr (Indexers)

sonarr_get_quality_profilesA

Get detailed quality profiles from Sonarr (TV). Shows allowed qualities, upgrade settings, and custom format scores.

sonarr_get_healthB

Get health check warnings and issues from Sonarr (TV). Shows any problems detected by the application.

sonarr_get_root_foldersA

Get root folders and storage info from Sonarr (TV). Shows paths, free space, and unmapped folders.

sonarr_get_download_clientsB

Get download client configurations from Sonarr (TV). Shows configured clients and their settings.

sonarr_get_namingB

Get file naming configuration from Sonarr (TV). Shows naming patterns for files and folders.

sonarr_get_tagsB

Get all tags defined in Sonarr (TV). Tags can be used to organize and filter content.

sonarr_review_setupA

Get comprehensive configuration review for Sonarr (TV). Returns all settings for analysis: quality profiles, download clients, naming, storage, indexers, health warnings, and more. Use this to analyze the setup and suggest improvements.

radarr_get_quality_profilesA

Get detailed quality profiles from Radarr (Movies). Shows allowed qualities, upgrade settings, and custom format scores.

radarr_get_healthB

Get health check warnings and issues from Radarr (Movies). Shows any problems detected by the application.

radarr_get_root_foldersA

Get root folders and storage info from Radarr (Movies). Shows paths, free space, and unmapped folders.

radarr_get_download_clientsB

Get download client configurations from Radarr (Movies). Shows configured clients and their settings.

radarr_get_namingB

Get file naming configuration from Radarr (Movies). Shows naming patterns for files and folders.

radarr_get_tagsB

Get all tags defined in Radarr (Movies). Tags can be used to organize and filter content.

radarr_review_setupB

Get comprehensive configuration review for Radarr (Movies). Returns all settings for analysis: quality profiles, download clients, naming, storage, indexers, health warnings, and more. Use this to analyze the setup and suggest improvements.

lidarr_get_quality_profilesA

Get detailed quality profiles from Lidarr (Music). Shows allowed qualities, upgrade settings, and custom format scores.

lidarr_get_healthB

Get health check warnings and issues from Lidarr (Music). Shows any problems detected by the application.

lidarr_get_root_foldersB

Get root folders and storage info from Lidarr (Music). Shows paths, free space, and unmapped folders.

lidarr_get_download_clientsB

Get download client configurations from Lidarr (Music). Shows configured clients and their settings.

lidarr_get_namingB

Get file naming configuration from Lidarr (Music). Shows naming patterns for files and folders.

lidarr_get_tagsB

Get all tags defined in Lidarr (Music). Tags can be used to organize and filter content.

lidarr_review_setupA

Get comprehensive configuration review for Lidarr (Music). Returns all settings for analysis: quality profiles, download clients, naming, storage, indexers, health warnings, and more. Use this to analyze the setup and suggest improvements.

readarr_get_quality_profilesA

Get detailed quality profiles from Readarr (Books). Shows allowed qualities, upgrade settings, and custom format scores.

readarr_get_healthB

Get health check warnings and issues from Readarr (Books). Shows any problems detected by the application.

readarr_get_root_foldersA

Get root folders and storage info from Readarr (Books). Shows paths, free space, and unmapped folders.

readarr_get_download_clientsB

Get download client configurations from Readarr (Books). Shows configured clients and their settings.

readarr_get_namingB

Get file naming configuration from Readarr (Books). Shows naming patterns for files and folders.

readarr_get_tagsB

Get all tags defined in Readarr (Books). Tags can be used to organize and filter content.

readarr_review_setupA

Get comprehensive configuration review for Readarr (Books). Returns all settings for analysis: quality profiles, download clients, naming, storage, indexers, health warnings, and more. Use this to analyze the setup and suggest improvements.

sonarr_get_seriesB

Get all TV series in Sonarr library

sonarr_searchC

Search for TV series to add to Sonarr

sonarr_get_queueB

Get Sonarr download queue

sonarr_get_calendarC

Get upcoming TV episodes from Sonarr

sonarr_get_episodesC

Get episodes for a TV series. Shows which episodes are available and which are missing.

sonarr_search_missingC

Trigger a search for all missing episodes in a series

sonarr_search_episodeC

Trigger a search for specific episode(s)

radarr_get_moviesB

Get all movies in Radarr library

radarr_searchC

Search for movies to add to Radarr

radarr_get_queueB

Get Radarr download queue

radarr_get_calendarB

Get upcoming movie releases from Radarr

radarr_search_movieB

Trigger a search to download a movie that's already in your library

lidarr_get_artistsB

Get all artists in Lidarr library

lidarr_searchB

Search for artists to add to Lidarr

lidarr_get_queueB

Get Lidarr download queue

lidarr_get_albumsB

Get albums for an artist in Lidarr. Shows which albums are available and which are missing.

lidarr_search_albumC

Trigger a search for a specific album to download

lidarr_search_missingC

Trigger a search for all missing albums for an artist

lidarr_get_calendarB

Get upcoming album releases from Lidarr

readarr_get_authorsB

Get all authors in Readarr library

readarr_searchC

Search for authors to add to Readarr

readarr_get_queueB

Get Readarr download queue

readarr_get_booksB

Get books for an author in Readarr. Shows which books are available and which are missing.

readarr_search_bookC

Trigger a search for a specific book to download

readarr_search_missingB

Trigger a search for all missing books for an author

readarr_get_calendarB

Get upcoming book releases from Readarr

prowlarr_get_indexersB

Get all configured indexers in Prowlarr

prowlarr_searchC

Search across all Prowlarr indexers

prowlarr_test_indexersB

Test all indexers and return their health status

prowlarr_get_statsB

Get indexer statistics (queries, grabs, failures)

arr_search_allC

Search across all configured *arr services for any media

trash_list_profilesA

List available TRaSH Guides quality profiles for Radarr or Sonarr. Shows recommended profiles for different use cases (1080p, 4K, Remux, etc.)

trash_get_profileB

Get a specific TRaSH Guides quality profile with all custom format scores, quality settings, and implementation details

trash_list_custom_formatsB

List available TRaSH Guides custom formats. Can filter by category: hdr, audio, resolution, source, streaming, anime, unwanted, release, language

trash_get_namingA

Get TRaSH Guides recommended naming conventions for your media server (Plex, Emby, Jellyfin, or standard)

trash_get_quality_sizesA

Get TRaSH Guides recommended min/max/preferred sizes for each quality level

trash_compare_profileA

Compare your quality profile against TRaSH Guides recommendations. Shows missing custom formats, scoring differences, and quality settings. Requires the corresponding *arr service to be configured.

trash_compare_namingB

Compare your naming configuration against TRaSH Guides recommendations. Requires the corresponding *arr service to be configured.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/aplaceforallmystuff/mcp-arr'

If you have feedback or need assistance with the MCP directory API, please join our Discord server