get_storage_report
Analyze iCloud Mail storage usage by categorizing emails into size groups and identifying top senders contributing to storage consumption.
Instructions
Estimate storage usage by size bucket and identify top senders by email size. Uses SEARCH LARGER queries for bucketing and samples large emails for sender analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mailbox | No | Mailbox to analyze (default INBOX) | |
| sampleSize | No | Max number of large emails to sample for sender analysis (default 100) |