batch_mark_done
Mark multiple tasks as completed simultaneously in Amazing Marvin using task IDs to streamline task management and save time.
Instructions
Mark multiple tasks as done at once
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_ids | Yes |
Input Schema (JSON Schema)
{
"properties": {
"task_ids": {
"items": {
"type": "string"
},
"title": "Task Ids",
"type": "array"
}
},
"required": [
"task_ids"
],
"type": "object"
}