get_inbound_mail
Retrieve an inbound mail item with compact draft context for drafting replies. Includes sender details, contact candidates, deadlines, files, and thread linkage.
Instructions
Get one forwarded inbound mail item with compact draft_context by default. Use this before drafting an outbound reply when you need sender context, reply contact candidates, deadline clues, source files, and thread linkage in one stable payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| include | No | Optional expansions. Defaults to ["drafting"]. Add signed_urls only when the agent truly needs temporary file access. | |
| signed_urls | No | If true, return short-lived signed URLs for stored files. | |
| inbound_mail_id | Yes | UUID of the inbound mail item to retrieve. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | One forwarded inbound mail item. |