create_task
Add a new task to your task management system, specifying title, description, assignee, priority, due date, and tags. Set clear responsibilities and deadlines from the start.
Instructions
Create a new task with the specified details.
Priority can be: low, medium, high, urgent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| due_date | No | ||
| priority | No | medium | |
| assigned_to | Yes | ||
| description | Yes |