Export the dashboard as a file
export_reportExport the current engagement dashboard as Markdown or standalone HTML, then receive the file path, size, and opening instructions.
Instructions
現在の案件のダッシュボードを Markdown か自己完結の静的 HTML(印刷用 CSS 付き・外部参照なし)としてファイルに書き出し、絶対パス・サイズ・開き方を返す。 / Write the current engagement dashboard to a file as Markdown or a self-contained static HTML page (print CSS, no external references); returns the absolute path, size, and how to open it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | 出力言語 / Output language | both |
| format | No | 出力形式 / Output format | html |
| overwrite | No | 既存ファイルを上書きする / Overwrite an existing file | |
| outputPath | No | 出力先。既定は <データディレクトリ>/reports/ 配下。データディレクトリか作業ディレクトリ配下のみ / Output path; defaults under <dataDir>/reports/. Data dir or cwd only. |