insert_row
Insert a row into a persistent engine table with values for order ID, customer ID, and amount.
Instructions
Insert one row into the persistent engine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_dir | No | ./tests/artifacts/mcp/engine_data | |
| table | No | orders | |
| order_id | No | ||
| customer_id | No | ||
| amount | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||