Skip to main content
Glama
OrellBuehler

Tdarr MCP Server

by OrellBuehler

restart_server

Restart the Tdarr server to recover from issues or apply updates. This action interrupts worker tasks and reconnects all nodes, so ask user confirmation first.

Instructions

Restart Tdarr Server (POST /api/v2/restart-server). Disruptive: running workers are interrupted and every node reconnects. Ask the user before calling this.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.5/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 disclosure burden. It does well by stating the disruptive nature and concrete side effects: 'running workers are interrupted and every node reconnects.' It could add what the response looks like or whether the call is asynchronous, but the critical behavior is covered.

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 two sentences and every clause earns its place: the endpoint, the disruptive consequence, and the user-consent requirement. No filler or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a zero-parameter, no-output-schema tool, the description is complete with respect to complexity. It names the action, gives the endpoint, warns about side effects, and mandates user confirmation—arguably all an agent needs to decide to invoke it safely.

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 input schema has zero parameters and is therefore fully self-explanatory at 100% coverage. The description does not need to add parameter meaning, and for a no-parameter tool the baseline of 4 is appropriate.

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 uses a specific verb and resource: 'Restart Tdarr Server', backed by the exact endpoint '(POST /api/v2/restart-server)'. This clearly identifies the tool's action and distinguishes it from sibling restart tools aimed at the UI or individual nodes.

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 clear invocation guidance: it is disruptive and the agent must 'Ask the user before calling this.' It does not explicitly compare with alternatives like relaunch_server, but the safety and consent context is strong and unambiguous.

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