start_time_tracking
Begin tracking time for a specific task to measure work duration and productivity. Use with Amazing Marvin MCP to monitor focused work sessions.
Instructions
Start time tracking for a specific task.
Use when beginning focused work on a task to measure time spent. Check current tracking status with get_currently_tracked_item() or time_tracking_summary(). Stop tracking with stop_time_tracking(task_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| debug | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| debug | Yes | ||
| success | Yes | ||
| summary | Yes | ||
| metadata | Yes | ||
| api_version | No | current | |
| response_version | No | 1.0 |