complete-goals
Change the completion status of up to 25 goals by providing their IDs and specifying whether to mark them as complete or uncomplete.
Instructions
Complete or uncomplete one or more goals by their IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | The IDs of the goals to complete or uncomplete (max 25). | |
| action | Yes | Whether to complete or uncomplete the goals. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failures | Yes | Failed operations with error details. | |
| processed | Yes | The IDs of successfully processed goals. | |
| failureCount | Yes | The number of failed operations. | |
| successCount | Yes | The number of successfully processed goals. | |
| totalRequested | Yes | The total number of goals requested. |