nexo_reminder_create
Create a new reminder with a unique ID, description, optional date, and category for task management.
Instructions
Create a new reminder for the user.
Args: id: Unique ID starting with 'R' (e.g., R90). description: What needs to be done. date: Target date YYYY-MM-DD (optional). category: One of: decisiones, tareas, esperando, ideas, general.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| description | Yes | ||
| date | No | ||
| category | No | general |