Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

test_indexer

Validate an indexer configuration before saving. Test a draft resource object or an existing indexer by ID to confirm it works without committing changes.

Instructions

Test a indexer 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 indexer 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?

With no annotations, the description carries the full burden. It usefully discloses that the operation does not persist changes, which is the most important behavioral trait. However, it does not mention potential side effects like remote connectivity checks, nor what the response contains, which an agent would benefit from knowing.

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 short sentences, no filler, and the most important qualifier ('without saving it') is front-loaded. Every part of the description adds useful information.

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 tool is simple and the two-parameter schema is adequately described, but there is no output schema and no description of the return result. An agent invoking a test operation would benefit from knowing what a successful or failed test looks like.

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?

The input schema already covers both parameters at 100%, but the description adds meaningful semantics: 'config' is a draft resource object and 'id' refers to an existing indexer. It also conveys that exactly one mode should be used, which is not stated in the 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 identifies the action ('test'), the resource ('indexer configuration'), and the key distinction from related tools: it tests without saving. It also explains the two invocation modes (draft config vs. existing id), making the tool's purpose completely unambiguous.

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 pass a config object versus an id, and explicitly notes the operation does not save. It does not explicitly mention alternative tools like create_indexer or get_indexer_schema, but the intended usage is clear from the resource-specific context.

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