checkvist_create_task
Add a task to a Checkvist checklist with content, optional tags, due date, priority, and assigned users.
Instructions
Create a new task in a checklist
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated list of tags | |
| content | Yes | Task text content | |
| due_date | No | Due date in Checkvist smart syntax | |
| position | No | 1-based position | |
| priority | No | Priority 0-9 | |
| parent_id | No | Parent task ID (optional) | |
| assignee_ids | No | Array of user IDs to assign this task to | |
| checklist_id | Yes | The ID of the checklist |