Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

test_notification

Validate a notification connection before saving. Send a test message using a draft config or an existing connection id to confirm it works.

Instructions

Test a notification connection configuration without saving it. Pass a config object to test a draft, or an id to test an existing one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoExisting notification connection id to test
configNoDraft resource object to test instead

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior3/5

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

The description discloses a meaningful behavioral trait: the operation does not persist the configuration. This is useful because no annotations are provided. However, it does not mention whether the test may send an actual notification to the external service, what success/failure looks like, or any permission requirements, leaving side-effect and response behavior partially undisclosed.

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 two short sentences with no filler. It front-loads the core purpose and non-saving behavior, then immediately provides parameter usage guidance. Every sentence earns its place.

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?

The description supports correct selection and parameter choice, which is the main job. However, with no annotations and no output schema, it omits expected response/error behavior and does not point to get_notification_schema for building a valid draft config. These gaps make the definition adequate but not fully complete for an agent.

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 already 100%, so the schema documents both parameters. The description adds value by explicitly mapping each parameter to a scenario: config for a draft, id for an existing connection, and implying they are alternatives. This clarifies the intended mental model beyond the raw schema.

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 names the operation ('test'), the resource ('notification connection configuration'), and the key differentiator ('without saving it'). This distinguishes it from create/update/delete and other test_* siblings. The purpose is immediately understandable and not tautological.

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 explains when to use each input mode: pass a config for a draft or an id for an existing connection. It also signals the when-not case by saying the operation does not save. It does not explicitly name alternatives like create_notification or update_notification, but the usage context is clear.

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