inbox_get_curation
Read banked inbox curation judgments (bucket, importance, summary, suggested action) and coverage counts of curated, stale, and uncurated threads. Call this first for inbox triage requests.
Instructions
Read banked inbox triage from the curation ledger. Cheap: no email bodies are fetched and no reasoning is run - it returns judgments the assistant already made (bucket, importance, summary, suggested action) plus a coverage count of curated / stale / uncurated threads in the inbox. Call this FIRST for any 'what's important / triage my inbox' request. If coverage shows many uncurated or stale threads and the user wants a thorough pass, go deeper with inbox_search + inbox_save_curation; otherwise answer directly from these banked verdicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| state | No | ||
| bucket | No | ||
| user_id | No | ||
| fresh_only | No | ||
| check_freshness | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| records | Yes | ||
| coverage | Yes |