mark_task_done
Mark a task as completed in Amazing Marvin using its unique item ID, ensuring productivity tracking stays updated with your task management workflow.
Instructions
Mark a task as completed in Amazing Marvin
Input Schema
Name | Required | Description | Default |
---|---|---|---|
item_id | Yes | ||
timezone_offset | No |
Input Schema (JSON Schema)
{
"properties": {
"item_id": {
"title": "Item Id",
"type": "string"
},
"timezone_offset": {
"default": 0,
"title": "Timezone Offset",
"type": "integer"
}
},
"required": [
"item_id"
],
"type": "object"
}