stop_time_tracking
Cease time tracking for a specific task in Amazing Marvin by providing the task ID, enabling users to manage their workflow efficiently through natural language interactions.
Instructions
Stop 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"
}