Skip to main content
Glama
arr-mcps
by arr-mcps

tracearr_get_user_stats

Read-only

Retrieve a user's total plays and watch time across all linked accounts, with breakdowns for 7-day, 30-day, and all-time periods, plus top genres.

Instructions

Plays and watch time for an identity, summed across every account it owns, over all_time/last_30/last_7 windows, plus its top genres by play count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds meaningful behavioral context beyond the readOnlyHint annotation: it states the aggregation across all owned accounts, the three time windows, and the inclusion of top genres. This transparently reveals the tool's computational scope and output composition without contradicting the annotation.

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, information-dense sentence that covers the primary metrics, aggregation behavior, time windows, and an additional output dimension. Every clause contributes useful information, and the text is front-loaded with the core action.

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 simple parameter list and the presence of an output schema, the description is largely sufficient for correct invocation. It outlines all key behavioral dimensions, though it does not address edge cases like how empty results or non-existent identities are handled, nor does it explicitly advise against using this tool for detailed history.

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 sole id parameter is described only as 'for an identity', which gives minimal semantic meaning beyond the bare string type in the schema. It does not clarify the source or format of the identifier, nor does it connect it to other tools like list_users, but it does establish that the ID represents the identity whose stats are being fetched.

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 identifies the tool as one that returns plays and watch time for an identity, aggregated across accounts and time windows, plus top genres. This specific verb+resource combination distinguishes it from siblings like get_media_stats or get_user_history, which focus on media-level or historical detail.

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 explicit guidance on when to use this tool instead of alternatives. There is no conditional language, no mention of alternatives, and no indication of scenarios where this tool is preferred or not preferred, leaving the agent to infer usage.

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/arr-mcps/tracearr-mcp'

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