Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

create_quality_profile

Create a quality profile by defining its name, cutoff, and allowed items. Use the profile schema to set up your preferences and control which downloads Sonarr accepts.

Instructions

Create a quality profile. Start from get_quality_profile_schema, set name, cutoff and which items are allowed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileYesFull quality profile object

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the create action and describes how to construct the input object, but does not disclose consequences like duplicate names, validation behavior, whether defaults are applied, or what the response contains. Adequate for a straightforward create operation, but not rich.

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 with zero filler. The core verb and resource are front-loaded, and the workflow instruction earns its place by removing ambiguity about how to populate the nested object.

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 create tool taking a single opaque nested object with no output schema and no annotations, the description is nearly complete: it names the schema tool, the fields to set, and the create action. It could mention that the schema response should be used as a template or that the id should be omitted, but the essential path is covered.

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% (the single 'profile' parameter is described as 'Full quality profile object'), so the baseline is 3. The description adds real value beyond the schema by instructing the agent to obtain the object from get_quality_profile_schema and modify name, cutoff, and allowed items — guidance that makes the opaque nested parameter tractable.

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 opens with 'Create a quality profile' — a specific verb and resource that unmistakably conveys the operation. It also names get_quality_profile_schema as the starting point, which helps an agent navigate the create workflow. It doesn't explicitly contrast with update_quality_profile, but the create verb is inherently distinct from the update sibling.

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 clear, actionable context: start from get_quality_profile_schema, then set name, cutoff, and allowed items. This tells the agent the prerequisite workflow for this tool. It does not state when not to use it or point to the update alternative, so exclusions are missing, but the 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