Skip to main content
Glama
OrellBuehler

sonarr-mcp

by OrellBuehler

delete_remote_path_mapping

Remove a Sonarr remote path mapping by its ID to fix download client path mismatches or clean up unused mappings.

Instructions

Delete a remote path mapping.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesRemote path mapping id

Schema Changelog

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

  1. First observedv0.1.0

TDQS

C2.9/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 says 'Delete,' which implies a destructive operation, but it does not disclose irreversibility, side effects, permission requirements, or what happens to any dependent data.

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 no wasted words and is appropriately sized for a simple one-parameter operation. It is efficient, though it borders on under-specification by omitting any additional guidance.

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 one-parameter delete operation, the description plus schema is enough for an agent to know how to invoke it. However, with no annotations and no output schema, the description omits side effects, return behavior, and error conditions, leaving a moderate completeness gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the schema already documents id as 'Remote path mapping id' and marks it required. The description adds no parameter-level detail beyond the schema, so the baseline score of 3 applies.

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 clearly states the verb and resource: 'Delete a remote path mapping.' It is distinguishable from sibling tools like list_remote_path_mappings and add_remote_path_mapping by the delete action and specific resource. It does not explicitly mention deletion by id, but the single required id parameter makes 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 Guidelines2/5

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

No guidance is given on when to use this tool versus alternatives, nor any prerequisites or conditions such as whether the mapping must be unused. The context is only implied by the tool name and description, with no exclusions or alternative routing provided.

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