Skip to content

list_emails

List emails in a specific folder. Returns email summaries sorted by date descending.

| Parameter | Type | Required | Default | Description | |-----------|------|----------|---------|-------------| | account_id | string | Yes | — | Account ID | | folder_id | string | Yes | — | Folder ID. Use list_folders to find IDs. | | limit | integer | No | 20 | Maximum number of emails to return | | offset | integer | No | 0 | Number of emails to skip |

{
"tool": "list_emails",
"arguments": {
"account_id": "acc1",
"folder_id": "fold1",
"limit": 20,
"offset": 0
}
}