Read a Gmail message's full body
read_gmail_messageRetrieve the complete content of a single Gmail message using its message ID or thread ID, gaining access to full details like interview links and instructions that short snippets omit.
Instructions
Read the full body of ONE specific Gmail message — search_gmail_for_job and scan_job_updates only return a short snippet, so use this when you need the actual content (e.g. an interview link or instructions). Pass message_id (the id from a search/scan result), or thread_id to read the most recent message in that thread. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | No | Gmail thread id — reads the most recent message in the thread. Ignored if message_id is given. | |
| message_id | No | Gmail message id, e.g. the `id` from a search_gmail_for_job result. |