Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

create_import_list

Add a new import list to Sonarr, defining how series are automatically added and monitored, including root folder, quality profile, and series type.

Instructions

Add a new import list. Build the body from get_import_list_schema: it needs name, implementation, configContract and the fields array, plus enableAutomaticAdd, shouldMonitor, rootFolderPath, qualityProfileId, seriesType.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
configYesFull import list resource object, based on the schema

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are present, so the description carries the behavioral burden. It clearly states that the operation adds a new import list and points to the schema for constructing a valid body. It does not describe response behavior, validation, or error handling, but the core mutation is explicit.

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

Conciseness5/5

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

Two sentences with no filler: the first states the action, and the second gives the essential construction guidance. The field list is long but necessary, and the instruction to use get_import_list_schema is front-loaded.

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 minimal schema, no annotations, and no output schema, the description does a strong job by providing the schema source and listing required body fields. It could additionally mention what the API returns after creation, but that is not required to invoke the tool correctly.

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 only describes config as a generic object with additionalProperties true, leaving the actual structure opaque. The description adds high-value detail by listing the required fields: name, implementation, configContract, the fields array, enableAutomaticAdd, shouldMonitor, rootFolderPath, qualityProfileId, and seriesType, so an agent can construct the body correctly.

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 opens with a specific verb and object, 'Add a new import list,' which clearly establishes the tool's purpose. Mentioning get_import_list_schema as the body source further distinguishes it from related update/delete/list operations.

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 description gives clear context for when to use the tool: to create a new import list. It also provides a concrete instruction to build the request body from get_import_list_schema. It does not explicitly name alternatives, but the create semantics are unambiguous.

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/OrellBuehler/sonarr-mcp'

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