batch_operations
Execute create, update, and delete operations on multiple tables in a single request, enabling batch updates like status reports to be applied to the database at once.
Instructions
複数テーブルへの create/update/delete を1回で実行。近況報告などをまとめてDBに反映する際に使う
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | 実行する操作の配列 (最大50件) |