Draft a Gmail reply (not sent)
draft_gmail_replyDraft a Gmail reply for job search emails, either within an existing thread or as a new message. The draft appears in Drafts for you to review and send.
Instructions
Create a real Gmail draft — visible in the Drafts folder — but does NOT send it; a human still has to open it and hit Send. Either replies within an existing thread (pass thread_id, e.g. from search_gmail_for_job or scan_job_updates) or starts a new message (pass to + subject). Requires Gmail to be authorized (see GMAIL_SETUP.md).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cc | No | Optional Cc address(es). | |
| to | No | Recipient email address. Required if thread_id is omitted. | |
| body | Yes | The email body text. | |
| subject | No | Subject line. Required if thread_id is omitted; ignored (the thread's own subject is used) otherwise. | |
| thread_id | No | Gmail thread ID to reply within (recipient/subject are inferred from the thread's last message). Omit to start a new email. |