Skip to main content
Glama
OrellBuehler

Tdarr MCP Server

by OrellBuehler

set_staged_verdict

Resolve transcodes waiting on user approval by accepting or rejecting the staged decision, finalizing the pending item.

Instructions

Take action on an item staged for user approval (POST /api/v2/transcode-user-verdict) — accept, reject or otherwise resolve a transcode that is waiting on a decision.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemYesThe staged item record, as returned by query_table for the staged view
verdictYesThe verdict to apply, as used by the Tdarr staged-items UI

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It does reveal this is a mutating POST that resolves a pending transcode, but it does not state whether the verdict is reversible, what happens when a verdict is applied, or what error/success behavior to expect. It is acceptable but not deeply transparent.

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?

Single sentence with no filler: action, resource, endpoint, and resolution types are all present and front-loaded. Every part earns its place.

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 two-parameter write operation, the workflow context is reasonably complete and the schema covers parameter meanings. However there is no output schema or annotation, and the description does not say what the tool returns, whether the action is permanent, or what side effects follow a reject/resolve. Those are meaningful gaps.

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?

Both parameters already have descriptions in the schema: item is the staged record from query_table, and verdict is the UI-style verdict string. The description adds general verdict categories ('accept, reject or otherwise resolve') but does not enumerate exact acceptable verdict values or clarify item structure. Baseline 3 applies because schema coverage is high.

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?

States a clear action verb ('Take action') on a specific resource ('item staged for user approval'), and spells out the outcomes: accept, reject, or otherwise resolve a transcode waiting for a decision. The mention of the POST endpoint and the distinction from read-only siblings such as query_table make its purpose unambiguous.

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?

Provides clear context: use this tool when an item is staged for user approval and a transcode decision is pending. It does not explicitly name alternatives or when-not-to-use conditions, but the workflow context is strong enough to route an agent correctly.

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