create_task
Create a new task with title, priority, and optional assignee to track work and enable agent-to-agent handoffs.
Instructions
Create a new task for tracking and agent assignment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Task tags | |
| title | Yes | Task title | |
| priority | No | Priority level | |
| created_by | Yes | Actor ID who creates the task | |
| assigned_to | No | Actor ID to assign (optional) | |
| description | No | Detailed description | |
| parent_task | No | Parent task ID for hierarchy |