add_tasks
Add multiple tasks to a goal in a structured or hierarchical format. Supports nested subtasks and transactional batch processing to ensure all tasks succeed or fail together.
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. |