start_time_tracking
Track time for a specific task in Amazing Marvin by initiating time tracking with a task ID, ensuring accurate productivity monitoring and task management.
Instructions
Start time tracking for a specific task
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"title": "Task Id",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
}