Skip to main content
Glama
rollecode

Sonarr MCP server

by rollecode

list_metadata

Read-onlyIdempotent

Retrieve metadata configuration from Sonarr to inspect available metadata profiles and settings for your media library management.

Instructions

Read Metadata.

GET /api/v3/metadata

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior3/5

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

Annotations already cover readOnlyHint, idempotentHint, and destructiveHint. The description adds the HTTP method (GET) and the action 'Read', which are consistent but add little beyond annotations. It does not disclose response format, pagination, or any other behavior.

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?

Extremely concise: a single sentence plus the endpoint. No wasted words, and the core action is front-loaded. The structure is clean and efficient.

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?

Given there are no parameters and an output schema exists, the description could be minimal. However, it fails to clarify what 'metadata' refers to (e.g., a list of metadata entries) and does not differentiate from similar list tools. The absence of any usage context leaves room for misinterpretation.

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?

There are no parameters, so the description does not need to explain them. The schema covers everything vacuously, and the baseline for 0 parameters is 4.

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

Purpose3/5

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

States a clear verb ('Read') and resource ('Metadata'), but 'Metadata' is ambiguous—it doesn't specify whether it returns a list of metadata definitions or something else. It is not a tautology, but it lacks differentiation from sibling tools like list_metadata_schema or get_metadata_by_id.

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

Usage Guidelines2/5

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

Provides no guidance on when to use this tool versus alternatives. There is no mention of when to prefer list_metadata over list_metadata_schema or get_metadata_by_id, nor any context about its typical use case.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools