Advanced: create XMemo legacy reminder
create_reminderCreate a TODO reminder with content, optional due date, and metadata. Ensures task continuity across AI agent sessions.
Instructions
Create a TODO item. Alias for create_memory_todo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Optional scope that narrows memory access; leave blank for the token default. | |
| bucket | No | Memory bucket or namespace to read from or write to; use % only for tools that support wildcard reads. | work |
| due_at | No | Optional due time for a memory TODO/action item, preferably ISO 8601. | |
| content | Yes | Text body to save, such as a memory, TODO/action item, event note, or state summary. | |
| metadata_json | No | Optional JSON object string with extra metadata for the operation. | {} |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |