inbox_save_curation
Bank thread triage judgments (bucket, importance, summary, action) into a curation ledger to avoid re-reasoning. Use after reading threads to make subsequent curations near-free.
Instructions
Bank your triage judgments for one or more threads into the curation ledger so they are not re-reasoned next time. Call this after reading and reasoning over threads (typically from inbox_search) - pass a batch of per-thread verdicts (bucket, importance, a short summary, suggested action, optional reasoning/confidence). Each write stamps the thread's current Gmail historyId so the verdict stays valid until the thread changes. This is what makes the next inbox_get_curation near-free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | ||
| judgments | No | ||
| curator_version | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| saved | Yes | ||
| thread_ids | No |