get_bookmark_stats
Retrieve bookmark collection statistics such as total count, domain breakdown, topic distribution, tag usage, and activity over time. Filter by domain, topic, tags, or date range to analyze specific subsets.
Instructions
Get statistics about your bookmark collection with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags | |
| limit | No | For 'by_*' stats, limit to top N results (default: 10) | |
| topic | No | Filter by topic | |
| domain | No | Filter by domain (e.g., 'github.com') | |
| to_date | No | Filter bookmarks before this date (ISO 8601 format) | |
| from_date | No | Filter bookmarks after this date (ISO 8601 format) | |
| stat_type | No | Type of statistics: 'total' (count), 'by_domain' (top domains), 'by_topic' (topic breakdown), 'by_tag' (tag distribution), 'by_date' (activity over time) | total |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |