Skip to main content
Glama
arr-mcps
by arr-mcps

sonarr_notifications_metadata

Operate on Sonarr metadata and notification providers. Create, list, update, delete, fetch, and test metadata and notification configurations, including provider schemas.

Instructions

sonarr notifications metadata operations on Sonarr. Pass operation and an arguments dict matching that operation's parameters.

  • sonarr_create_metadata(force_save=False, body={}) — Create metadata providers. WRITE: this modifies your Sonarr instance.

  • sonarr_create_metadata_action(name, body={}) — Create metadata action. WRITE: this modifies your Sonarr instance.

  • sonarr_create_metadata_test(force_test=False, body={}) — Create metadata test. WRITE: this modifies your Sonarr instance.

  • sonarr_create_metadata_testall() — Create metadata testall. WRITE: this modifies your Sonarr instance.

  • sonarr_create_notification(force_save=False, body={}) — Create notification providers. WRITE: this modifies your Sonarr instance.

  • sonarr_create_notification_action(name, body={}) — Create notification action. WRITE: this modifies your Sonarr instance.

  • sonarr_create_notification_test(force_test=False, body={}) — Create notification test. WRITE: this modifies your Sonarr instance.

  • sonarr_create_notification_testall() — Create notification testall. WRITE: this modifies your Sonarr instance.

  • sonarr_delete_metadata(id) — Delete metadata providers. DESTRUCTIVE: this deletes data.

  • sonarr_delete_notification(id) — Delete notification providers. DESTRUCTIVE: this deletes data.

  • sonarr_get_metadata(id) — Fetch a single metadata providers by id.

  • sonarr_get_notification(id) — Fetch a single notification providers by id.

  • sonarr_list_metadata() — List metadata providers.

  • sonarr_list_metadata_schema() — Return the metadata providers schema (available fields/options).

  • sonarr_list_notification() — List notification providers.

  • sonarr_list_notification_schema() — Return the notification providers schema (available fields/options).

  • sonarr_update_metadata(id, force_save=False, body={}) — Update metadata providers. WRITE: this modifies your Sonarr instance.

  • sonarr_update_notification(id, force_save=False, body={}) — Update notification providers. WRITE: this modifies your Sonarr 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, the description carries the burden of behavioral disclosure. It explicitly labels mutating operations as 'WRITE: this modifies your Sonarr instance' and destructive ones as 'DESTRUCTIVE: this deletes data', which is valuable. Read operations are left unlabeled, implying safety, though test operation semantics are not explained.

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?

The description is front-loaded with a brief usage hook, then follows a consistent bulleted list of all operations. Each line contains necessary operation-specific information with no redundancy, making it appropriately sized for a dispatcher tool.

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 dispatcher complexity, output schema presence, and lack of annotations, the description is largely complete: it enumerates all operations, their parameters, and safety status. It could note that `arguments` keys should exactly match parameter names, but this is inferable from the listed signatures.

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?

Schema coverage is 0%, so the description compensates by listing each operation's parameter signature (e.g., force_save, body, id). This adds meaning beyond the generic `arguments` object, but it does not detail the structure of `body` or types of parameters.

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 the tool covers 'sonarr notifications metadata operations' and lists 18 specific operations with explicit verbs (create, delete, get, list, update) and resource targets (metadata, notification). This distinguishes it from sibling tools handling other Sonarr domains.

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?

It provides clear instructions to pass an `operation` and an `arguments` dict matching that operation's parameters, which tells the agent exactly how to invoke it. It does not explicitly say when not to use it, but the operation list and domain scope make the usage context evident.

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

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