Edit Task
edit_taskUpdate task details in Less Annoying CRM: change name, due date, assignee, or mark complete. Pass only the fields you need to modify.
Instructions
Update an existing task in Less Annoying CRM. Use this tool to modify task details or mark tasks as complete. Only include fields you want to change.
Required: task_id. Use is_complete=true to mark a task as done (preferred over deleting). Pass contact_id=null to detach from a contact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated task name | |
| task_id | Yes | The TaskId to edit | |
| due_date | No | New due date (YYYY-MM-DD) | |
| contact_id | No | Contact ID (null to detach) | |
| assigned_to | No | Reassign to user ID | |
| calendar_id | No | Change calendar | |
| description | No | Updated details | |
| is_complete | No | True to mark complete, false to reopen |