create_task
Create and assign tasks for multi-agent coordination, enabling collaborative workflows through structured task management with titles, descriptions, assignees, and priorities.
Instructions
Create a new task for coordination
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title | |
| description | Yes | Task description | |
| assignee | No | Agent to assign to | |
| priority | No | Task priority (default: medium) |