Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

add_import_list_exclusion

Stop import lists from re-adding a series by excluding its TVDB ID. Provide the series title for clear identification in Sonarr.

Instructions

Exclude a series from import lists by TVDB id, so lists stop re-adding it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYesSeries title, for display in the Sonarr UI
tvdb_idYesTVDB id of the series to exclude

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the intended effect (stopping re-adds) but does not mention that this creates a persistent exclusion record, whether duplicates are handled, if prior exclusions are overwritten, or what happens after invocation. This is a meaningful gap for a mutation tool.

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?

A single sentence that is front-loaded with the action and resource, followed by the purpose. No wasted words.

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

Completeness3/5

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

For a simple two-parameter mutation, the description plus schema is enough to invoke the tool correctly. However, it lacks context around the exclusion workflow—such as how to undo it or what happens if the series is already excluded—which keeps it from being fully complete.

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?

Schema description coverage is 100%, so the schema already documents both tvdb_id and title. The description adds little beyond restating that the exclusion is keyed by TVDB id, so it meets the baseline but does not go beyond it.

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 ('Exclude') with a clear resource ('a series from import lists by TVDB id') and states the intended outcome ('so lists stop re-adding it'). This distinguishes it from related tools like delete_import_list_exclusion and list_import_list_exclusions.

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 provides clear context for when to use the tool: when an import list keeps re-adding a series that should be excluded. It does not explicitly name alternatives or state when not to use it, so it stops short of a 5.

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