Skip to main content
Glama
SavageCore

lidarr-mcp

by SavageCore

lidarr_system_commands

Perform Lidarr system administration: monitor health, disk space, logs, backups; run or cancel commands; restart or shut down the server.

Instructions

lidarr system commands operations on Lidarr. Pass operation and an arguments dict matching that operation's parameters.

  • lidarr_delete_command(id) — Cancel a running command. DESTRUCTIVE: this deletes data.

  • lidarr_delete_system_backup(id) — Delete a system backup. DESTRUCTIVE: this deletes data.

  • lidarr_get_command(id) — Fetch the status of a single command by id.

  • lidarr_get_diskspace() — Get disk free space for all root folders.

  • lidarr_get_health() — List health checks (warnings/errors).

  • lidarr_get_system_routes() — Get all registered API routes.

  • lidarr_get_system_routes_duplicate() — Get duplicate API routes.

  • lidarr_get_system_status() — Get server status (version, app data, os).

  • lidarr_get_system_task() — List scheduler tasks.

  • lidarr_get_system_task_by_id(id) — Fetch a single scheduler task by id.

  • lidarr_list_command() — List running and recent commands.

  • lidarr_list_localization() — Get the localization strings dictionary.

  • lidarr_list_log(page=1, page_size=10, sort_key='', sort_direction='', level=None) — Paged log entries, filtered by level. Query params: page, page_size, sort_key, sort_direction, level.

  • lidarr_list_log_file() — List available log files.

  • lidarr_list_log_file_update() — List available update log files.

  • lidarr_list_system_backup() — List system backups.

  • lidarr_list_update() — List available application updates.

  • lidarr_ping() — Ping the server to verify it is reachable and authenticated.

  • lidarr_restart_lidarr() — Restart Lidarr. WRITE: this modifies your Lidarr instance.

  • lidarr_restore_backup(id) — Restore from an existing backup. WRITE: this modifies your Lidarr instance.

  • lidarr_restore_backup_upload() — Restore from an uploaded backup zip. WRITE: this modifies your Lidarr instance.

  • lidarr_run_command(body={}) — Run a Lidarr command (body is a CommandResource with a name, e.g. RefreshArtist, RescanArtist, DownloadedAlbumsScan, RssSync, ApplicationUpdate). WRITE: this modifies your Lidarr instance.

  • lidarr_shutdown_lidarr() — Shut down Lidarr. WRITE: this modifies your Lidarr instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argumentsNo
operationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the burden of behavioral disclosure. It excels at this by marking destructive operations (delete command, delete backup) and write operations (restart, restore, run command, shutdown) with clear labels like 'DESTRUCTIVE: this deletes data' and 'WRITE: this modifies your Lidarr instance.' It also explains the purpose of read-only operations, though it could add more detail on response behavior or side effects for complex operations like restore/restart.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than average, but it's well-structured as a bullet list of operations where each line contains the signature and a brief description. The opening line explains the dispatch pattern, and every listed operation earns its place. It is front-loaded with the usage pattern, and the list format aids scanning. The slight length is justified by the number of sub-operations.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of a 22-operation dispatcher and the lack of annotations, the description provides a solid overview: it names all operations, gives brief functional descriptions, and marks mutating operations with danger labels. It does not deeply explain edge cases or prerequisites, but the output schema exists to handle return types. Some operations like lidarr_get_system_routes_duplicate could use more context, but overall the coverage is appropriate for the tool's breadth.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description fully compensates. It lists each operation with its specific parameters, including defaults and example values (e.g., lidarr_list_log(page=1, page_size=10, sort_key='', sort_direction='', level=None) and lidarr_run_command(body={}) with example command names). This goes far beyond the bare schema and gives the agent enough context to construct correct arguments.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it handles 'lidarr system commands operations' and enumerates every available operation with a concise one-line description. This distinguishes it from sibling tools like lidarr_media_library or lidarr_release_search, as it is specifically the system command dispatcher.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The opening sentence gives explicit instructions: 'Pass operation and an arguments dict matching that operation's parameters.' Each listed operation also includes its parameters, making it clear how to invoke it. While it doesn't explicitly mention alternatives or exclusions, the domain separation from sibling tools is obvious, so the context is clear and practical.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/SavageCore/lidarr-mcp'

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