mailing_list_latest
Fetch recent emails from a configured mailing list folder using a preset ID. Optionally limit results or filter to unread only.
Instructions
MAILING_LIST_LATEST — Fetch newest messages for a preset id (see mailing_lists_catalog).
Loads folder/service/filters from EMAIL_MCP_MAILING_LISTS. Typical use: newsletter drops in a dedicated IMAP folder (Alpha Signal, etc.). Optional limit/unread_only override entry defaults.
Args: list_id: Preset id from catalog (e.g. alphasignal). limit: Override max messages (default: from preset, usually 5). unread_only: Override UNSEEN-only (default: from preset, usually True for newest drop).
Returns: Same shape as check_inbox plus list_id and preset fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ||
| limit | No | ||
| unread_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||