get_emails
Retrieve full details for one or more emails by ID, including body text with configurable byte limit.
Instructions
Get full details for one or more emails by ID.
Args: email_ids: Comma-separated email IDs. fetch_body: Include text body content (default true). max_body_bytes: Max bytes per body part (default 10 000; protects LLM context).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| email_ids | Yes | ||
| fetch_body | No | ||
| max_body_bytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |