Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

create_notification

Set up a new notification connection in Sonarr to receive alerts for grabs, downloads, upgrades, and health issues. Configure event toggles and contract fields from the schema.

Instructions

Add a new notification connection. Build the body from get_notification_schema: it needs name, implementation, configContract and the fields array, plus onGrab, onDownload, onUpgrade, onHealthIssue and the other event toggles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
configYesFull notification connection 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

A3.9/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 core mutation ('Add a new notification connection') but does not mention whether the connection is validated/tested, whether existing names are overwritten, required permissions, or what happens on failure; a mutation tool with zero annotation coverage needs more than this.

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 redundant wording. The operation is front-loaded and the body-building instruction is placed immediately after, so the most actionable information appears first.

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 nested-object creation tool with no output schema and no annotations, the description is adequate but incomplete: it points to get_notification_schema and lists key fields, but it does not enumerate all event toggles, describe the response, or mention validation behavior. An agent may still need to open the schema tool to be fully certain.

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?

Although the schema covers the single config parameter with a generic description, the description adds real semantic value by enumerating required keys (name, implementation, configContract, fields array, and event toggles). This goes beyond the schema and materially helps an agent construct a valid config object.

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 ('Add'), names the resource ('notification connection'), and clarifies the scope by noting this is for a new connection, which distinguishes it from update_notification, delete_notification, and test_notification. It also states the source to build the body, removing ambiguity about the tool's role.

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 clearly frames when to use the tool (to add a new notification connection) and provides explicit construction guidance by pointing to get_notification_schema. It does not name alternatives or state exclusions, but the 'new' qualifier plus sibling names make the boundary with update/delete obvious.

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