Skip to main content
Glama

plex_reporting

Read-only

Generate detailed Plex media server reports and diagnostics: library stats, usage, content, user activity, performance, and exports, to monitor library growth and server health.

Instructions

Comprehensive reporting and analytics tool for Plex Media Server.

PORTMANTEAU PATTERN RATIONALE: Consolidates 6 reporting and server diagnostic operations into a single tool to provide a systematic overview of library growth and server health.

Return Format

ToolResult with content dict: {"success": bool, "operation": str, "stats"/"reports"/"server_status": ...}

Examples

await plex_reporting(operation="library_stats") await plex_reporting(operation="performance_report") await plex_reporting(operation="library_stats", library_id="1")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoExport format for export_report operation.
operationYesReporting operation to execute.
library_idNoTarget library ID for scoped reports.
time_rangeNoTime range filter (e.g. '7d', '30d', 'all').
output_pathNoFile path for export_report output.
Behavior3/5

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

Annotations provide readOnlyHint=true, which already indicates a safe read operation. The description adds behavioral context by mentioning server diagnostic operations and outlining the return format (ToolResult with 'success', 'operation', and report fields). It does not discuss additional traits like rate limits or auth requirements, but for a read-only reporting tool with annotations, this is adequate.

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 well-structured with clear sections for purpose, rationale, return format, and examples. It is somewhat verbose with the portmanteau rationale, but the examples and return format are valuable. It front-loads the purpose and remains readable, though a tighter version could omit the rationale paragraph.

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?

Given the tool's complexity (5 parameters, 6 operation enums, no output schema), the description provides a reasonable level of completeness. It states the return format, gives multiple examples, and mentions the overall goal. It does not detail each operation individually, but the enum names are self-explanatory and the schema describes them. The readOnlyHint annotation covers safety, so the description is adequate for selection and invocation.

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%, so all 5 parameters are described in the input schema. The description does not add much beyond the schema, but it does provide usage examples that clarify how parameters like 'operation' and 'library_id' are used. Since the schema already does the heavy lifting, a baseline of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a 'Comprehensive reporting and analytics tool for Plex Media Server' and mentions it consolidates 6 reporting and server diagnostic operations. It specifies the resource (Plex Media Server) and the general function, but does not explicitly differentiate from specific sibling tools beyond the broad category of reporting/diagnostics.

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 includes a 'PORTMANTEAU PATTERN RATIONALE' explaining that it consolidates reporting operations for a systematic overview, which implies usage for reporting/analytics. It also provides examples of how to invoke it. However, it does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions or when not to use it.

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