Get Emails by Label
get_emails_by_labelRetrieve emails from a specified label folder. Use this to filter messages by label without manual folder navigation.
Instructions
Fetch emails from a specific label folder. Shortcut for get_emails with folder set to Labels/.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Label name without prefix (e.g. Work) | |
| limit | No | Emails per page, 1-200 | |
| cursor | No | Opaque cursor from previous response | |
| account_id | No | Optional account ID to route this call to (multi-account configs). Omit to use the active account. Configured account IDs are listed in the settings UI (Accounts tab). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| emails | Yes | ||
| folder | Yes | ||
| nextCursor | No |