Skip to main content
Glama
OrellBuehler

Tdarr MCP Server

by OrellBuehler

run_automation

Trigger a Tdarr automation manually for selected libraries or nodes. Execute immediately or bypass worker/staged-file limits to jump the queue when needed.

Instructions

Manually trigger an automation (POST /api/v2/run-automation). Scope it to specific libraries or nodes, and use the bypass flags only when you deliberately want to jump the worker or staged-file limits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
payloadNoPayload passed to the automation, shaped by that automation's config
config_idYesAutomation config ID, from list_automations
library_idsNoRestrict the run to these libraries
target_node_idsNoRestrict the run to these node IDs
target_node_namesNoRestrict the run to these node names
execute_immediatelyNoRun now instead of queueing behind existing work
bypass_worker_limitsNoIgnore the nodes' configured worker limits
bypass_staged_file_limitNoIgnore the staged file limit

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the triggering action, the scoping behavior, and cautions about bypassing worker/staged-file limits. However, it does not disclose side effects of running an automation, whether execution is queued or asynchronous, or what kind of response or failure behavior to expect.

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?

Two tight sentences: the first states the action and endpoint, the second conveys scoping and bypass guidance. Every phrase earns its place, and the most important information is front-loaded.

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?

The description is adequate for a tool with 8 parameters and 100% schema coverage, but it leaves gaps because there is no output schema and no annotations. It does not mention what happens after triggering, whether runs can be destructive, or how results are returned. These are notable for a tool that executes automations.

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?

Schema coverage is 100%, so the baseline is 3. The description adds value by mapping the scoping intent to libraries/nodes and by explicitly warning that bypass flags should be used only deliberately to jump worker or staged-file limits. This goes beyond the individual property descriptions.

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 a clear verb-and-resource statement, 'Manually trigger an automation,' and reinforces it with the exact endpoint, 'POST /api/v2/run-automation.' This clearly distinguishes the tool from sibling tools like list_automations and get_automation, which query rather than execute.

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 gives actionable context: scope the run to libraries or nodes, and reserve bypass flags for deliberate limit-jumping. It does not explicitly name alternatives or state when not to use the tool, but the 'only when you deliberately want...' phrasing provides a clear exclusion for the bypass behavior.

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

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/tdarr-mcp'

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