set_reminder
Create context-triggered reminders that automatically activate during future memory searches when specified keywords appear.
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 |