add_tasks
Add multiple tasks to a goal with hierarchical structure in a single transactional operation, ensuring all tasks succeed or none are added.
Instructions
Add multiple tasks to a goal. Tasks can be provided in a hierarchical structure. For tasks that are children of existing tasks, use the parentId
field. The operation is transactional: either all tasks in the batch succeed, or the entire operation fails.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
goalId | Yes | ID of the goal to add tasks to (number) | |
tasks | Yes | An array of task objects to be added. Each task can define nested subtasks. |