Skip to main content
Glama
rollecode

Sonarr MCP server

by rollecode

create_system_backup_restore_upload

Idempotent

Upload a backup file to restore Sonarr's system configuration and data.

Instructions

Create Backup.

POST /api/v3/system/backup/restore/upload

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.3/5.0
Behavior2/5

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

Annotations already indicate this is a non-read-only, idempotent, non-destructive operation, but the description adds no behavioral context. It does not mention that this is an upload/restore action or reveal any effects on the system, such as replacing or restoring backup state.

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 definition is very concise, with the endpoint included and no filler text. However, the brevity comes at the expense of necessary meaning, since 'Create Backup.' is skeletal and somewhat misleading.

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

Completeness2/5

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

Critical context is missing: the description does not explain that this is a restore/upload operation, how it differs from related backup tools, or what request body or file is required. The endpoint path provides only a weak signal, and the annotations and output schema do not fill the gap.

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

Parameters4/5

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

The input schema has zero parameters, so the description is not required to document parameter details. However, the description also does not mention that this operation may require an upload body or file content, so it adds no meaningful parameter-level clarification.

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

Purpose2/5

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

The description reads 'Create Backup.' but the tool name and endpoint path indicate a backup restore/upload operation. It does not clearly state that this tool uploads a backup file to restore the system, and it is likely to be confused with creating a backup or with create_system_backup_restore_by_id.

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

Usage Guidelines1/5

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

No guidance is given about when to use this tool, what problem it solves, or which sibling tool should be chosen instead. There is no mention of alternatives such as create_system_backup_restore_by_id, leaving the agent to infer usage from the endpoint alone.

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

Deploy Server

Other Tools