Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

get_quality_profile_schema

Retrieves a blank quality profile template with every quality Sonarr knows, providing the base schema to create a custom quality profile.

Instructions

Get a blank quality profile with every quality Sonarr knows about — the template for create_quality_profile.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the burden. It conveys that this is a read-only template operation with no side effects: it returns a blank profile rather than mutating anything. For a zero-parameter schema getter, this is sufficient behavioral context, though it does not mention auth or rate limits.

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?

A single sentence that front-loads the exact purpose and then gives the practical use case. No wasted words and no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter tool with no output schema, the description says what will be returned (a blank quality profile with all qualities) and what to do with it (use it as the template for create_quality_profile). Nothing essential is missing.

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 tool has zero parameters and the schema coverage is 100%, so the baseline is 4. The description does not need to explain parameters and does not add anything inaccurate.

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 uses a specific verb and resource: 'Get a blank quality profile' with every quality Sonarr knows about. It also states its role as 'the template for create_quality_profile,' which clearly distinguishes it from get_quality_profile and list_quality_profiles by emphasizing the blank/template aspect.

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 implicitly tells the agent when to use this tool: when you need a blank quality profile to pass to create_quality_profile. It does not explicitly exclude retrieving existing profiles or list the alternative get_quality_profile, but the context is clear enough that an agent can infer the correct selection.

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