Skip to main content
Glama

list_player_timeline_poll

Read-onlyIdempotent

Poll the Plex player timeline to retrieve current playback state, position, and status for active sessions.

Instructions

Player Poll Timeline.

GET /player/timeline/poll

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

C2.2/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false, so the safety profile is covered. The description adds only the HTTP method and path, which are structural details, not behavioral disclosure. It doesn't mention polling semantics, response shape, or any side effects, so beyond annotations it adds minimal behavioral context.

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

Conciseness3/5

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

The definition is very short and contains no wordiness, but the shortness itself is a double-edged sword. While concise, it lacks the structured presentation that would help an agent quickly understand the tool's purpose. The two lines are front-loaded with the name-like phrase and endpoint, but the content is insufficient to be considered well-structured.

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

Completeness2/5

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

Even though output schema exists and annotations are rich, the description fails to explain what the tool actually does or why an agent would call it. With 0 parameters, the main contextual burden is to describe the purpose and expected behavior, which is missing. The description is not complete enough for an agent to confidently select this tool over similar timeline/player-related endpoints.

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 den 100% schema coverage is trivially satisfied. With no parameters to document, the description has no obligation to explain parameter semanticshe. Baseline of 4 applies for a 0-parameter tool, and the description is not deficient here.

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

Purpose2/5

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

The description 'Player Poll Timeline' is essentially a rephrasing of the tool name 'list_player_timeline_poll' and does not state what the tool does with a specific verb and resource. The HTTP path '/player/timeline/poll' adds some context but still doesn't explain what the poll represents or what the response contains. It's barely more than a title, so it falls into the tautology/restate-name category.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus alternatives. The description does not mention any exclusion conditions, prerequisites, or scenarios where another sibling tool would be more appropriate. Among the large sibling set with many similar list_* and get_* tools, an agent has nothing to differentiate this tool by.

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