mark_task_done
Mark a specific task as completed in the Amazing Marvin productivity system using its task ID, with optional timezone offset for accurate completion tracking.
Instructions
Mark a task as completed in Amazing Marvin.
Args: item_id: Task ID to mark as done timezone_offset: Timezone offset in minutes from UTC (e.g., -480 for PST)
For completing multiple tasks, use batch_mark_done(task_ids) instead.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | ||
| timezone_offset | No | ||
| debug | No |