Skip to main content
Glama
SavageCore

prowlarr-mcp

by SavageCore

prowlarr_bulk_update_applications

Update multiple applications at once by setting tags, enabling them, or applying other bulk changes.

Instructions

Bulk-edit applications. body is an ApplicationBulkResource with ids plus optional tags/applyTags/enable to apply to all of them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the responsibility of disclosing behavior. It indicates that the operation applies tags/applyTags/enable to all listed ids, which is useful. However, it does not mention the mutating nature beyond 'edit', whether fields are merged or replaced, or any side effects, permissions, or failure 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?

The description is a single sentence that leads with the core purpose, followed by the essential body structure. Every word contributes value with no fluff.

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?

The tool is straightforward, and the output schema covers return values. The description covers what the tool does and what the body should contain, which is sufficient for a bulk-update operation. It lacks a pointer to the full ApplicationBulkResource schema but is otherwise complete.

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 schema provides only an 'body' object with no description, so the description's explanation that it is an ApplicationBulkResource with ids plus optional tags/applyTags/enable adds significant meaning. It gives the agent some actionable structure beyond the bare schema.

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 applications', a specific verb+resource that clearly distinguishes it from the sibling tools like update_application (single edit) and bulk_delete_applications (bulk delete). It also clarifies the body structure with ids and optional fields.

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 name and description clearly imply this is for editing multiple applications at once, which differentiates it from single-application update. However, it does not explicitly state 'use this instead of update_application for multiple apps' or provide exclusions, so it stops short of full guidance.

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