Read mail message
mail_read_messageRetrieve a single message's headers and body using its Message-ID. Pick between concise and detailed response formats.
Instructions
Return a single message's headers and body.
Use this for one specific message. For an entire conversation in order, use mail_read_thread instead.
Args: message_id: A Message-ID as seen in mail_search/mail_read_thread output, with or without angle brackets or the 'id:' prefix. response_format: 'concise' (From/Date/Subject, short body) or 'detailed' (full headers, full body up to the configured limit).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ||
| response_format | No | detailed |