Skip to main content
Glama
SavageCore

prowlarr-mcp

by SavageCore

prowlarr_bulk_update_download_clients

Apply bulk updates to download clients: set tags, apply tag changes, or enable/disable clients in a single API call.

Instructions

Bulk-edit download clients. body is a DownloadClientBulkResource with ids plus optional tags/applyTags/enable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries full responsibility for behavioral disclosure. It only states the body structure, not side effects, permissions, idempotency, or how tags/applyTags/enable behave. For a mutating bulk operation, this is a significant transparency gap.

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?

The description is two sentences, 21 words, front-loaded with the main verb and resource. Every word earns its place; no fluff or redundancy.

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

Completeness2/5

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

For a complex bulk edit operation with a nested, poorly specified body parameter and no annotations, the description is too thin. It does not explain how the bulk edit behaves (e.g., merge vs. replace), what fields beyond the named ones are editable, or error handling. Output schema exists but that does not cover input semantics.

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

Parameters2/5

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

The schema provides zero field documentation (0% coverage) and only a generic 'body' object with additionalProperties. The description adds some meaning by naming 'DownloadClientBulkResource' and listing 'ids plus optional tags/applyTags/enable,' but it fails to explain what these fields mean, their types, or how to structure the body, leaving the agent without enough to construct a valid request.

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 opens with 'Bulk-edit download clients,' which is a specific verb+resource statement that clearly distinguishes this from sibling tools like single update (prowlarr_update_download_client) and bulk delete (prowlarr_bulk_delete_download_clients). The bulk scope is explicit.

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 implied by the name and the phrase 'Bulk-edit,' but there is no explicit guidance on when to use this vs. calling update per client or when not to use it. No alternatives or exclusions are mentioned, so it does not fully meet the 'clear context' standard, yet the intended use is reasonably inferable.

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/SavageCore/prowlarr-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server