Skip to main content
Glama
OrellBuehler

Tdarr MCP Server

by OrellBuehler

disconnect_node

Remove a ghost node from the Tdarr server by disconnecting it forcefully. Use this when a node appears connected but is no longer active, clearing it from the node list.

Instructions

Forcefully disconnect a node from the server (POST /api/v2/disconnect-node). Use it to clear a node that shows as connected but is actually gone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
node_idYesNode ID, from list_nodes

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior3/5

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

No annotations exist, so the description carries the full burden. It discloses the forceful nature and the stale-node cleanup scenario, but it does not mention side effects such as whether a live connection is terminated, whether the action is reversible, or any permission requirements.

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 sentences with clear front-loading: the action and purpose come first, and the HTTP endpoint adds useful context without bloat. Every word earns its place.

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 a one-parameter tool with no output schema and no annotations, the core usage context is well covered. Missing details like return values or error conditions are minor, though a bit more side-effect clarity would make it fully complete.

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%, and the node_id parameter is already documented as 'Node ID, from list_nodes.' The description adds no parameter-level detail, so the baseline score of 3 applies.

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 states a specific verb ('forcefully disconnect'), a clear resource (node), and the trigger condition (node shows as connected but is actually gone). The HTTP endpoint reinforces the operation, and the purpose clearly distinguishes it from siblings like restart_node or update_node.

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 gives an explicit use case: 'Use it to clear a node that shows as connected but is actually gone.' This provides clear context for when to choose this tool, though it does not name alternatives or exclusion conditions.

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