create_task
Create a new task or subtask in the task tree. Specify description, optional definition of done, deadline, assignee, or parent for structured tracking.
Instructions
Creates a new task (or subtask) in the single task tree. Args: description: Task description dod: Definition of Done (optional) deadline: Deadline (optional, ISO8601 string or datetime) assignee: Assignee (optional) parent_id: Parent task ID (if not specified, will be added to the root)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dod | No | ||
| assignee | No | ||
| deadline | No | ||
| parent_id | No | ||
| description | Yes |