Skip to main content
Glama

plex_performance

Monitor and manage Plex Media Server performance: adjust transcode settings, track bandwidth usage, check server health, and configure quality profiles to optimize streaming.

Instructions

Comprehensive performance, quality, and server status operations for Plex Media Server.

PORTMANTEAU PATTERN RATIONALE: Consolidates transcoding settings, bandwidth monitoring, and server health into a single tool.

OPERATIONS:

  • get_transcode_settings: Get current transcode settings for a quality profile.

  • update_transcode_settings: Update transcode settings for a quality profile.

  • get_transcoding_status: Get current transcoding status.

  • get_bandwidth: Get bandwidth usage statistics.

  • set_quality: Set streaming quality settings for a profile.

  • get_throttling: Get current throttling status for a profile.

  • set_throttling: Enable or disable throttling for a profile.

  • list_profiles: List all quality profiles.

  • create_profile: Create a new quality profile.

  • delete_profile: Delete a quality profile.

  • get_server_status: Get current server status and health.

  • get_server_info: Get combined server status and library info.

Return Format

{"success": bool, "operation": str, "data": dict | list, "error": str | None}

Examples

await plex_performance(operation="get_server_status") await plex_performance(operation="set_quality", profile_name="Remote", quality="1080p") await plex_performance(operation="list_profiles")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bitrateNoTarget bitrate in kbps for quality settings.
enabledNoWhether throttling should be enabled.
qualityNoStream quality setting (e.g., '1080p', '720p', '480p').
settingsNoConfiguration dictionary for profile settings.
operationYesThe performance operation to perform.
is_defaultNoWhether the profile should be the default.
time_rangeNoTime range for bandwidth stats (e.g., 'day', 'week', 'month').day
profile_nameNoName of the quality profile to target.
upload_limitNoUpload rate limit in kbps.
download_limitNoDownload rate limit in kbps.
Behavior1/5

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

The description lists `delete_profile` as an operation, which is destructive, but the annotations declare `destructiveHint: false`. This is a direct contradiction, so by rule, behavioral transparency scores 1.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured with clear sections (rationale, operations, return format, examples) and is appropriately sized for a multi-operation tool. Every section serves a purpose, though it is lengthy.

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?

Despite the annotation contradiction, the description covers a broad set of operations, provides a generic return format, and shows usage examples. It lacks explicit parameter-to-operation mapping, but the schema covers parameter definitions, making the description reasonably complete.

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 already describes all 10 parameters with high coverage. The description adds value by including concrete usage examples (e.g., `set_quality` with `profile_name` and `quality`), which illustrates how parameters map to operations beyond the schema's individual definitions.

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 clearly states the tool's scope as 'Comprehensive performance, quality, and server status operations for Plex Media Server' and enumerates 12 specific operations with actionable verbs (get, set, create, delete). This distinguishes it from sibling tools by consolidating multiple domains into one interface.

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 portmanteau rationale explains that the tool consolidates transcoding settings, bandwidth monitoring, and server health, implying it's the central place for these operations. However, it doesn't explicitly compare against sibling tools or specify when not to use it, leaving some inference to the agent.

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

Install Server

Other Tools

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/sandraschi/plexmcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server