start_session
Initiate a new behavioral tracking session for meditation, focus, or exercise activities. Records timestamps automatically and returns a session ID for future management.
Instructions
Start a new behavioral session. Costs 1 credit.
The server records the current time automatically — the agent does not
need to track time. Returns the new session including its ak_id, which
you need to stop or check the session later.
Args:
activity_id: Activity type ID (default 1 = Meditation).
Use list_activities to see all options.
timezone: IANA timezone name, e.g. 'Asia/Tokyo' (default UTC).
intended_sec: Planned duration in seconds (default 0 = open-ended).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activity_id | No | ||
| timezone | No | UTC | |
| intended_sec | No |