memory_create_todo
Create a new task memory with status, priority, and category. Tasks are automatically tagged for persistent tracking.
Instructions
Create a new TODO/task memory.
Args: content: Description of the task status: Task status - "open" (default) or "closed" closed_reason: If closed, the reason - "complete" or "not_planned" priority: Task priority - "high", "medium" (default), "low" category: Task category (e.g., "cloud-backend", "graph-visualization", "docs")
Returns: Created TODO memory with auto-assigned tag "memora/todos"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| status | No | open | |
| closed_reason | No | ||
| priority | No | medium | |
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |