mute_thread
Archive an email thread and optionally set a subject-based filter to auto-archive future replies, reducing inbox clutter by approximating Gmail's mute feature.
Instructions
Mute a conversation: archives the thread now and (with scope="subject") installs a subject-based filter so future replies auto-archive. Approximates Gmail's client-side mute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | "subject" (default) archives now + auto-archives future replies with the same subject. "thread_only" just archives this thread without creating a filter. | subject |
| account | Yes | Account id. | |
| thread_id | Yes | Thread id (from search_emails / read_emails / get_email_thread). |