create_task
Create a to-do task with optional due date, category, priority, and contact link to organize follow-ups.
Instructions
Create a task / to-do. Optionally link it to a contact by passing contactId (from find_contacts).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Short task title. | |
| dueDate | No | ISO 8601 date or datetime for when the task is due. | |
| category | No | ||
| priority | No | Defaults to medium if omitted. | |
| contactId | No | Optional contact this task relates to. | |
| description | No |