Get the current engagement
get_engagementRetrieve stored engagement records in your preferred format: request complete raw JSON, or Markdown tables that automatically trim to top rows for large datasets, with options to display all rows or set a custom limit.
Instructions
保存されているエンゲージメントの内容を返す。format="json" を指定すると生の JSON を全件返す。Markdown では登録件数が多いと各表を上位のみに自動で絞り(切った旨と全件の見方を必ず表示)、compact=false で全件、limit で件数を変えられる。 / Return the stored engagement; pass format="json" for the complete raw JSON. In Markdown, large engagements have each table trimmed to its top rows automatically (always saying so and how to see the rest); pass compact=false for every row or limit to change how many.
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). | |
| format | No | 出力形式 / Output format | markdown |
| compact | No | 各表を上位のみに絞る。未指定なら多いときだけ自動、false で全件 / Trim each table to its top rows; omit for automatic, false for every row. |