Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

get_import_list

Retrieve a specific import list and its full field settings from Sonarr by providing the list ID. Use this to inspect or verify implementation-specific configuration.

Instructions

Get one import list including its full 'fields' array (the implementation-specific settings).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesimport list id

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description carries the burden of explaining behavior, and it does add value by disclosing that the response contains the full implementation-specific 'fields' array. However, it does not describe error cases, permissions, or the broader response shape beyond that one field.

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?

One sentence with no wasted words; the primary purpose is stated first and the distinguishing response detail is included succinctly.

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?

For a single-parameter read operation, the description covers what is returned ('full fields array') and the resource being fetched. It lacks only minor context such as error behavior, but the overall definition is sufficient for an agent to invoke it correctly.

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

Parameters3/5

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

The input schema already documents the only parameter (id) with a clear description, and coverage is 100%. The description adds no parameter-level detail, so the baseline 3 applies.

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 uses a specific verb ('Get') with a singular resource ('one import list') and highlights the distinctive detail that the response includes the full 'fields' array. This clearly differentiates it from list_import_lists, which returns multiple lists, and from get_import_list_schema, which returns schema metadata.

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

Usage Guidelines3/5

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

The wording implies this tool is for fetching a specific import list by id, but it never explicitly says when to prefer it over list_import_lists or get_import_list_schema. There is no when-not or alternative guidance.

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