report_v2_html
Retrieve the HTML body of a V2 report for a specified device and month. If no saved version exists, the server generates it, including LLM-based opinions, which may extend response time.
Instructions
신규 리포트(V2)의 HTML 본문을 조회한다. 저장본이 없으면 서버가 생성하며 LLM 소견 생성 때문에 오래 걸릴 수 있다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deviceId | Yes | 측정기 ID | |
| maxChars | No | 반환 최대 글자 수 (기본 20000) | |
| yearMonth | Yes | 대상월 (yyyy-MM) |