Skip to main content
Glama
OrellBuehler

Tdarr MCP Server

by OrellBuehler

find_duplicates

Initiate duplicate detection in your media library by comparing metadata or hashing file content. Choose fast metadata matching or accurate SHA256 hashing to group similar files by similarity threshold.

Instructions

Start Tdarr's duplicate detection (POST /api/v2/find-duplicates). 'metadata' compares stream metadata and is fast; 'sha256' hashes file content and is accurate but slow — with sha256, hash_amount controls how much of each file is read. Runs asynchronously; stop it with stop_find_duplicates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countYesMinimum number of matching files to report a group
thresholdYesSimilarity threshold above which two files count as duplicates
hash_amountNoHow much of each file to hash, for detection_method 'sha256'
detection_methodNoDetection method (default is the server's own default)

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the full transparency burden. It discloses that the operation runs asynchronously, compares metadata or hashes content, and that sha256 is slow but accurate. This goes beyond the schema and exposes important runtime 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 compact and front-loaded with purpose, then method details, then async lifecycle behavior. Every sentence carries useful information with no filler.

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?

For an asynchronous tool with no annotations and no output schema, the description covers what the tool does, how to choose detection parameters, and how to stop it. It does not mention how to retrieve detection results afterward, but that is a follow-up concern rather than a blocker to correct invocation.

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 already strong. The description adds meaningful semantics for detection_method and hash_amount, explaining the tradeoffs and effect on file reads. threshold and count are not expanded, but the schema already documents them adequately.

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 specific verb and resource: 'Start Tdarr's duplicate detection', and identifies the exact API endpoint. It also differentiates itself from stop_find_duplicates by positioning itself as the asynchronous start operation.

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?

It explains when to choose 'metadata' vs 'sha256' and how hash_amount behaves with sha256. The async behavior is stated along with the explicit stop action, giving an agent clear operational guidance, though it does not enumerate exclusions or alternative scanning tools.

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