nexo_reminder_create
Create a new reminder with a unique ID and description. Optionally specify date, category (decisions, tasks, waiting, ideas, general), internal flag for agent bookkeeping, and owner (user, waiting, agent, shared).
Instructions
Create a new reminder for the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Unique ID starting with 'R' (e.g., R90). | |
| description | Yes | What needs to be done. | |
| date | No | Target date YYYY-MM-DD (optional). | |
| category | No | One of: decisions, tasks, waiting, ideas, general. | general |
| internal | No | '1'/'true' to mark as agent bookkeeping (hidden from default user views). Leave empty to auto-classify. | |
| owner | No | 'user' | 'waiting' | 'agent' | 'shared'. Leave empty to auto-classify by description heuristic. |