Skip to main content
Glama

tautulli_plays_by_date

Retrieve daily play counts over a specified period, broken down by stream type - direct play, direct stream, or transcode - to analyze viewing trends.

Instructions

Get daily play counts over time, broken down by stream type (direct play, direct stream, transcode).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of days to show (default 14, max 90).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It correctly describes a read operation ('Get daily play counts') but does not mention any side effects, permissions, or data limits beyond what the schema shows. The description is straightforward and accurate, but minimal.

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 of 15 words, front-loaded with the core action ('Get daily play counts') and essential details ('broken down by stream type'). No extraneous information.

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?

With one parameter and an output schema present, the description provides sufficient context for a simple daily-play-count tool. It lacks mention of date formatting or handling of missing days, but the output schema likely covers return format. Adequate for its complexity.

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?

The single parameter 'days' is fully described in the input schema ('Number of days to show (default 14, max 90)'). The tool description adds no additional meaning beyond the schema, so baseline score of 3 applies due to high schema coverage.

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 'Get daily play counts over time, broken down by stream type', using a specific verb ('Get') and resource ('daily play counts'). It distinguishes from sibling tools like 'tautulli_plays_by_hour' and 'tautulli_most_watched' by specifying the time granularity ('daily') and breakdown ('by stream type').

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives such as 'tautulli_plays_by_hour', 'tautulli_plays_by_day_of_week', or 'tautulli_most_watched'. It also lacks prerequisites or limitations like minimum days or data availability.

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/lodordev/mcp-tautulli'

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