create_task
Create a new task in a project. Dates must be in YYYY-MM-DD format. End date is exclusive (a 1-day task has end = start + 1 day).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | Hex color (e.g. #3b82f6) | |
| status | No | ||
| endDate | Yes | YYYY-MM-DD (exclusive end) | |
| parentId | No | Parent task ID for hierarchy | |
| progress | No | ||
| projectId | Yes | ||
| startDate | Yes | YYYY-MM-DD | |
| assigneeId | No | Profile ID of the assignee | |
| description | No |