link-goal-tasks
Link or unlink tasks to a goal to manage task-goal relationships. Provide goal ID, task IDs, and choose action.
Instructions
Link or unlink tasks to/from a goal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Whether to link or unlink the tasks. | |
| goalId | Yes | The ID of the goal. | |
| taskIds | Yes | The IDs of the tasks to link or unlink (max 50). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failures | Yes | Failed operations with error details. | |
| processed | Yes | The IDs of successfully processed tasks. | |
| failureCount | Yes | The number of failed operations. | |
| successCount | Yes | The number of successfully processed tasks. | |
| totalRequested | Yes | The total number of tasks requested. |