Get the dashboard as Markdown
get_dashboardRetrieve the current engagement as a Markdown dashboard for chat, copying, or printing. Automatically trims large tables to top rows, indicating when trimming occurs.
Instructions
現在の案件の状態を Markdown ダッシュボードで返す(会話内表示・コピペ・印刷向け)。件数が多いと各表を上位のみに絞り、絞った旨を表示する。 / Return the current engagement as a Markdown dashboard for chat, copy, and print. Large tables are trimmed to their top rows, always saying so.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | 出力言語 / Output language | both |
| limit | No | 1 表あたりの件数(既定 20、compact=true なら 5)。指定でその件数に絞る / Rows per table (default 20; 5 when compact=true). | |
| compact | No | 各表を上位のみに絞る。未指定なら多いときだけ自動、false で全件 / Trim each table to its top rows; omit for automatic, false for every row. |