get_screentime
Get app usage data for a given date, with hourly breakdown and human-readable names. Filter by minimum usage duration.
Instructions
Get app usage data for a specific date. Returns per-app usage grouped by hour with human-readable app names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Date in YYYY-MM-DD format. Defaults to today. | |
| min_seconds | No | Minimum usage duration in seconds to include. Default: 60 |