Skip to main content
Glama
rollecode

Trakt MCP server

by rollecode

delete_users_settings_plex_connect

DestructiveIdempotent

Disconnect Plex from your Trakt account to stop syncing and remove linked access.

Instructions

Disconnect Plex.

DELETE /users/settings/plex/connect

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

Annotations already indicate destructive and non-read-only behavior. The description adds that the affected resource is the Plex connection, but it does not disclose side effects such as authentication requirements, reversibility, or downstream sync impact. Partial credit for clarifying what is destroyed.

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 extremely compact: one plain-language phrase plus the exact HTTP endpoint. Every element is useful and front-loaded, 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 a zero-parameter, destructive operation with an output schema and clarifying annotations, the description is sufficiently complete to invoke the tool correctly. It could mention consequences or prerequisites, but none are required to make the call.

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, so the description carries no parameter-documentation burden. This is effectively the baseline for parameterless tools.

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 and resource: 'Disconnect Plex', reinforced by the exact DELETE path. It clearly distinguishes this from the sibling create_users_settings_plex_connect, making the tool's role unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no explicit when-to-use or when-not-to-use guidance and names no alternatives. However, the intended usage is strongly implied by the verb 'Disconnect' and the parameterless destructive endpoint, which an agent can infer.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools