hey_list_label_emails
Fetch emails from a chosen label, with cached results by default and option to force refresh for current data.
Instructions
List emails with a specific label. Returns cached results unless force_refresh=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label_id | Yes | The label/folder ID to list emails from | |
| limit | No | Maximum number of emails to return (default: 25) | |
| page | No | Page number for pagination (default: 1) | |
| force_refresh | No | Bypass cache and fetch fresh data (default: false) |