set_reminder
Create prospective reminders that auto-trigger during future memory searches when keywords match, delivering contextual nudges at relevant moments.
Instructions
Set a prospective memory reminder that auto-triggers during future search_memory calls when the trigger keywords match. Side effect: stores a reminder entry. Use when you need a future nudge tied to a specific context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trigger | Yes | Trigger condition — keywords that should activate this reminder | |
| action | Yes | What to remind about when the trigger fires | |
| scope | Yes | Required scope | |
| expiresInDays | No | Optional: auto-expire after N days |