configure_notifications
Configure real-time notifications for memory events via webhook, Slack, or email, with status checks and test capabilities.
Instructions
Configure real-time notifications for memory events via webhook, Slack, or email.
Actions:
status— Show current notification configurationadd_channel— Add a notification channel (webhook/slack/email)remove_channel— Remove a channel by URLtest— Send a test notification to all configured channels
Events: health_degradation, compaction_complete, backup_complete, backup_failed, memory_threshold, new_graduated_insight, scheduler_error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Configuration action to perform. | |
| channel_url | No | Channel URL (webhook endpoint, Slack webhook, or email relay). | |
| channel_type | No | Channel type (for add_channel). | |
| min_severity | No | Minimum severity to notify. Default: 'warning'. |