get_user_stats
Retrieve user-specific watch statistics from Plex Media Server, analyzing viewing habits within a specified time range for insights.
Instructions
Get user-specific watch statistics
Input Schema
Name | Required | Description | Default |
---|---|---|---|
timeRange | No | Time range in days (default: 30) |
Input Schema (JSON Schema)
{
"properties": {
"timeRange": {
"default": 30,
"description": "Time range in days (default: 30)",
"type": "number"
}
},
"type": "object"
}