Update Alert Settings
update_alert_settingsManage mention email alerts by turning them on or off and setting the digest interval in minutes. Review current settings to avoid resetting the cadence.
Instructions
Turn mention email alerts on or off and set how often the digest is sent. enabled is required on every call. cadenceMinutes must be one of 15, 30, 60, 120, 180, 240, 720, 1440, otherwise 400 "Invalid alert frequency for your plan"; a value faster than the plan floor is silently raised to the floor. Both settings are replaced on every call: omitting cadenceMinutes resets it to the fastest cadence the plan allows, so pass the current value when only toggling enabled. Use get_alert_settings for availableCadences before, and to confirm the applied cadence after. Returns the resolved settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | Yes | Turn email alerts on or off | |
| cadenceMinutes | No | Digest interval in minutes: 15, 30, 60, 120, 180, 240, 720, or 1440; raised to the plan floor when faster than allowed, reset to the fastest allowed when omitted |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | The resolved settings after clamping: { enabled, cadenceMinutes, minIntervalMinutes, availableCadences }. |