Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

update_indexer_config

Update indexer settings to control RSS interval, retention, and availability delay. Fetch the existing configuration, adjust the needed values, and send the complete config object back to apply changes.

Instructions

Update the indexer (RSS interval, retention, availability delay) configuration. Fetch it with get_indexer_config first, change what you need and send the whole object back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
configYesFull configuration object including id

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations available, the description carries the behavioral burden and does a solid job: it communicates that this is a mutating operation, that the full configuration object is replaced or sent whole, and that the existing config should be read first to avoid clobbering. It does not disclose response behavior or error cases, but the most important behavioral nuance is covered.

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 concise sentences with no filler. The action and resource are front-loaded, and the necessary workflow is delivered in a clear second sentence.

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?

For a single-parameter update tool with no output schema, the description is nearly complete: it identifies the resource, the fields involved, and the required fetch-before-update workflow. It does not mention the return value, but that is not essential for invoking this tool correctly.

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 schema only says 'Full configuration object including id,' while the description adds meaning by identifying the configurable fields and the required workflow of fetching, modifying, and returning the complete object. Although schema coverage is 100%, the description enriches the semantic understanding of what the config parameter should contain.

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 states a specific verb ('Update') and resource ('indexer config'), and narrows the scope with concrete settings: RSS interval, retention, and availability delay. This clearly distinguishes it from the sibling update_indexer, which updates an individual indexer rather than the global configuration.

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 gives explicit procedural guidance: fetch the current config with get_indexer_config first, modify only the needed fields, and send the whole object back. It does not explicitly say when not to use the tool or name alternatives, but the read-modify-write workflow is clear enough for correct usage.

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