Skip to main content
Glama

get_plex_activity

Retrieves real-time Plex playback activity from Tautulli to identify active streams and transcoding strain for monitoring user context.

Instructions

Fetches real-time playback streaming analytics from Plex via Tautulli to monitor user context and transcoding strain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It states the tool 'fetches' data, implying a read operation, but does not explicitly say it is read-only, mention any side effects, rate limits, authentication requirements, or what happens if Tautulli is unavailable. It also doesn't clarify the output structure or that it returns current sessions only. This leaves significant gaps for an agent.

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 a single sentence that front-loads the primary action and purpose without any redundant filler. Every phrase adds value, and it is appropriately concise for a simple parameterless tool.

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

Completeness3/5

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

Given no parameters and no output schema, the description is the sole source of context about the return value and limitations. It says it fetches 'analytics' but does not describe the shape of the response (e.g., list of active sessions, per-user details). For an agent to know what to do with the result, more detail on the return would be helpful. Still, the tool is simple enough that the current description is minimally viable.

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 tool has 0 parameters, and the schema is empty. Per the rubric, 0 parameters sets a baseline of 4. The description adds no parameter information (since there are none), and no compensation is needed because the schema already fully covers the parameter surface.

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 ('Fetches'), names a clear resource ('real-time playback streaming analytics from Plex via Tautulli'), and states the purpose ('to monitor user context and transcoding strain'). This distinguishes it from siblings like get_library_analytics, which focus on broader analytics, and check_movie_status, which checks individual titles.

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 implies usage by mentioning the monitoring purpose, but it does not explicitly state when to use this tool over alternatives or provide exclusions. No mention of siblings or conditions like 'use this for live streams, use get_library_analytics for historical data'. The purpose gives some context but falls short of clear guidance.

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