start_activity
Start tracking an activity by type name or ID, with optional backdating to a specific time or minutes ago.
Instructions
Start tracking an activity by type name (fuzzy matched, see list_activity_types) or type_id. Optionally backdate the start with at (wall-clock) or started_minutes_ago.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | Backdate: start time as "HH:mm" (today) or "yyyy-MM-dd HH:mm" in the user's timezone | |
| type_id | No | Exact activity type id from list_activity_types (internal — never show ids to the user) | |
| timezone | No | IANA timezone `at` is given in (default: user's timezone) | |
| type_name | No | Activity type name, e.g. "Work" or "Reading" | |
| started_minutes_ago | No | Backdate the start by N minutes (alternative to `at`) |