Skip to main content
Glama

sonarr_create_notification

Add a new notification provider to Sonarr. Configure alerts for series, episodes, or download events. This write operation modifies your Sonarr instance.

Instructions

Create notification providers. WRITE: this modifies your Sonarr instance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNo
force_saveNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

The description adds a 'WRITE: this modifies your Sonarr instance' warning, which aligns with annotations readOnlyHint=false. This reinforces the write behavior but does not add substantial new information beyond what annotations already convey. It lacks details on reversibility, permissions, or side effects, but the simple create operation is adequately flagged as a modification.

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 extremely concise, front-loaded with the purpose and followed by a clear write warning. Every word earns its place, with no fluff or redundancy. It is appropriately sized for the minimal information it conveys.

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

Completeness1/5

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

Given the complexity of an open body object and the existence of sibling tools like list_notification_schema, the description is severely incomplete. It does not mention that the body should contain the notification configuration, nor does it point to schema discovery tools. The agent cannot infer the required request structure from the description and schema alone.

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

Parameters1/5

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

Schema description coverage is 0% and the description provides no parameter information. The body parameter is an open object with additionalProperties:true, so the agent has no idea what fields are expected. The description fails to compensate for the schema gap, leaving the agent completely in the dark about how to invoke the tool.

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 'Create notification providers' with a specific verb and resource. This distinguishes it from sibling tools like create_notification_test, create_notification_action, and list_notification_schema, which serve different purposes. The WRITE warning further clarifies the operation type.

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

Usage Guidelines2/5

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

There is no guidance on when to use this tool versus alternatives. No mention of using list_notification_schema to discover available fields, or using create_notification_test to validate before saving. The description provides no usage context beyond stating it creates providers.

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

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