start_study
Begin a study session for a subject and record its start time. Saves the timestamp for later stopping and returns started_at for tracking.
Instructions
Start studying a subject and record the session start time.
The session start timestamp is stored on disk (so ``stop_study`` can be
called without arguments) and also returned as ``started_at`` for the
caller to keep.
:param subject: Subject title to start studying, e.g. ``"Матеша"``.
:type subject: str
:param device_model: Device model reported to the YPT API. Defaults to
``"ypt-mcp"``.
:type device_model: str
:returns: Mapping with ``started_at`` (epoch ms) plus the full day-log
shape described in ``get_day_log``.
:rtype: dict[str, Any]
:raises RuntimeError: If YPT credentials are not configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subject | Yes | ||
| device_model | No | ypt-mcp |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||