telegraph_get_views
Retrieve view counts for a Telegraph page. Filter results by specific year, month, day, or hour to analyze traffic patterns.
Instructions
Get the number of views for a Telegraph page. Can filter by year, month, day, or hour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Path to the Telegraph page | |
| year | No | Year (2000-2100, required if month is passed) | |
| month | No | Month (1-12, required if day is passed) | |
| day | No | Day (1-31, required if hour is passed) | |
| hour | No | Hour (0-24) |