list_emails
Retrieve recent emails from a specified folder, with options to limit count or show only unread messages.
Instructions
List recent emails in a folder, newest first.
Args: folder: Folder name or path, e.g. "Inbox", "Sent Items", "Inbox/Receipts". count: Maximum number of emails to return (1-100). unread_only: Only return unread emails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| folder | No | Inbox | |
| unread_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |