Create task
memory_create_taskCreate a project-tracking task to record work items, optionally linking to a plan step. Set title, description, priority, and status to organize tasks within a workspace.
Instructions
Create a project-tracking task, optionally linked to a plan step. Same handler as memory(action="create_task").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Input parameter: tags. | |
| order | No | Input parameter: order. | |
| title | Yes | Task title | |
| plan_id | No | Plan ID when the task belongs to a plan | |
| priority | No | Priority level. | |
| project_id | No | Project ID (UUID). | |
| description | No | Concrete work, acceptance criteria, verification | |
| task_status | No | Input parameter: task status. | |
| plan_step_id | No | Plan step ID (e.g. plan-step-1) | |
| workspace_id | No | Workspace ID (UUID). |