Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

update_release_profile

Update an existing release profile by fetching it from list_release_profiles and sending the full object back with changes. Ensures profile updates are applied correctly.

Instructions

Update a release profile. Fetch it from list_release_profiles and send the whole object back.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesRelease profile id
release_profileYesFull release profile object including id

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It reveals one meaningful behavioral trait: the update is not a partial field patch and requires sending the complete object obtained from list_release_profiles. However, it does not disclose possible overwrite/reset consequences, permission requirements, idempotency, or response behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and front-loaded, with the key workflow instruction in the second sentence. The first sentence is somewhat redundant with the tool name, but the overall text is efficient and contains no filler. It earns its place by adding the critical fetch-and-return-whole-object instruction.

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 has only two parameters and a clear workflow hint, which covers the central risk of submitting an incomplete profile object. However, with no annotations and no output schema, the description does not clarify whether the update replaces the entire profile, what the response looks like, or what errors may occur. It is minimally viable but not fully complete.

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 100%, so the baseline is 3. The description adds value beyond the schema by clarifying that release_profile should be the full object fetched from list_release_profiles, including its id, rather than a sparse partial update. This reduces ambiguity about how to construct the nested object parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a specific action and resource: 'Update a release profile.' It is clear that this tool modifies an existing release profile rather than creating or deleting one, especially given the sibling tools list_release_profiles, create_release_profile, and delete_release_profile. It relies partly on the tool name for the verb, but the resource noun and workflow make the purpose 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 gives explicit usage guidance: fetch the profile from list_release_profiles and send the whole object back. This tells the agent where to get the needed payload and what shape of input is expected. It does not explicitly state when not to use it or name alternatives, but the update/create/delete sibling split makes the primary use case 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