Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

create_release_profile

Create a release profile to define accepted and ignored releases by terms, indexer, and tags. Set name, enabled status, and rules in a single request.

Instructions

Create a release profile, e.g. { name, enabled: true, required: [], ignored: ['x265'], indexerId: 0, tags: [] }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
release_profileYesFull release profile object

Schema Changelog

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

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It only states the action 'Create' and shows an example object, but it does not mention idempotency, validation requirements, duplicate behavior, side effects, or what the API returns after creation. This is a significant transparency gap for a mutation tool.

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 a single sentence with an inline example, with no filler or repeated schema information. The example is useful and the core action is front-loaded. It could be slightly more structured, but it remains appropriately sized.

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?

For a create operation with no annotations and no output schema, the description is minimally adequate because it provides an example shape. However, it does not explain what fields are required, what values are valid (especially for indexerId and tags), or what response/error behavior to expect. Given the vague input schema and lack of annotations, more context would be needed for reliable invocation.

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 describes release_profile as 'Full release profile object' with additionalProperties allowed, so it provides almost no structural detail. The description adds a concrete example with fields like name, enabled, required, ignored, indexerId, and tags, which meaningfully helps an agent construct the parameter despite the schema's vagueness.

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 begins with a clear verb and resource: 'Create a release profile.' The example object further clarifies the domain. However, it does not explicitly distinguish itself from the sibling update_release_profile or list_release_profiles beyond the word 'create,' so it is clear but not fully differentiated.

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

Usage Guidelines3/5

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

Usage is only implied by the verb 'Create' — an agent can infer this is for creating a new release profile rather than updating or deleting one. The description provides no explicit when-to-use guidance, no exclusions, and does not point to alternatives such as update_release_profile or list_release_profiles.

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