Use cases
Use cases
- Triage a busy inbox. Find this week's invoice emails and summarize the total, or list everything still unread.
- Draft a reply from real context. tAI finds the thread, reads what was written, and drafts a reply grounded in the actual content.
- Keep a reply threaded. create_draft_reply threads a draft into the original conversation instead of starting a new message.
- Clean up old drafts. list_drafts and delete_draft find and remove drafts that accumulated over time.
- Send a document with an email. create_draft_with_attachment attaches a file from the sandbox workspace to a new draft.
- Work across labels. list_email_labels and list_emails_by_label surface what is under a label such as Starred.
- Catch up on a whole thread. read_email_thread reads the full exchange in one call, not just the latest message.