Skip to main content
Glama
OrellBuehler

Tdarr MCP Server

by OrellBuehler

create_plugin

Generate a basic local Tdarr plugin by defining matching conditionals and a processing preset, turning file conditions into an automated transcode action.

Instructions

Create a basic local classic plugin with Tdarr's plugin creator (POST /api/v2/create-plugin). The conditionals string is the plugin's matching logic; the action describes what to run when it matches. For anything beyond a simple condition/action pair, create it here and then refine the source with read_plugin and save_plugin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesPlugin name
typeYesPlugin type, e.g. 'Video' or 'Audio'
presetYesffmpeg or HandBrake arguments to run
info_logYesMessage logged when the plugin runs
containerYesOutput container, e.g. '.mkv'
operationYesPlugin operation, e.g. 'Transcode'
descriptionYesWhat the plugin does
ffmpeg_modeYesRun the preset through ffmpeg
conditionalsYesThe plugin's matching conditions, as a string
process_fileYesWhether a matching file should be processed
handbrake_modeYesRun the preset through HandBrake
conditional_notesNoNotes about the conditions (default empty)

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure, but it does not state side effects, overwrite behavior, failure modes, required permissions, or what the response contains. It also introduces an 'action' concept that does not map cleanly to any parameter in the schema, which can mislead an agent about how to provide the execution logic.

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 compact at three sentences, front-loads the endpoint and scope, and adds a useful read_plugin/save_plugin workflow without redundancy. Every sentence contributes.

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 12-parameter creation tool with no annotations and no output schema, the description is only minimally complete. It provides useful workflow context, but it omits expected response behavior, overwrite/duplicate handling, and a clear mapping from the abstract 'action' to the actual preset/operation fields.

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%, so the baseline is 3; the schema already documents all parameters well. The description adds little beyond framing conditionals as matching logic, and the reference to 'action' is not tied to preset, operation, or any actual schema field.

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 clearly states what the tool does: 'Create a basic local classic plugin' and names the exact endpoint. It also scopes the tool to 'basic' and 'local' plugins, which helps distinguish it from plugin-read, plugin-save, and community-plugin siblings.

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 concrete workflow guidance: create the basic plugin here, then refine it with read_plugin and save_plugin for anything beyond a simple condition/action pair. It names those sibling tools explicitly, though it does not cover every alternative scenario such as community plugins or plugin verification.

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