add_time_to_task
Log time spent on tasks in Reclaim.ai by specifying task ID, minutes worked, and optional notes to track work hours through the planner API.
Instructions
Log time spent on a task using Reclaim's planner API.
Args: task_id: The task ID minutes: Minutes worked on the task notes: Optional notes about the work done
Returns: Planner action result confirming time was logged
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| minutes | Yes | ||
| notes | No |