get_day_log
Fetch your study log for a specific date, including study and rest durations, and subject breakdown.
Instructions
Return your study log for the given date.
:param date: Date in YYYY-MM-DD format, e.g. ``"2026-09-12"``.
:type date: str
:returns: Mapping with ``date``, ``study_ms``/``study_hours``,
``rest_ms``/``rest_hours``, ``max_study_ms``/``max_study_hours``,
``added_ms``/``added_hours`` and a ``subjects`` list of
``{subject_id, subject_title, study_ms, study_hours}``.
:rtype: dict[str, Any]
:raises RuntimeError: If YPT credentials are not configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||