create_componen_product
Create a new component product for quotations, specifying type, pricing tiers, specifications, and optional local image uploads.
Instructions
Buat componen product baru. Untuk upload gambar, isi image_paths dengan path file lokal (di mesin tempat MCP server ini jalan).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine | No | ||
| volume | No | ||
| segment | No | ||
| wheel_no | No | ||
| msi_model | No | ||
| code_unique | No | ||
| horse_power | No | ||
| image_paths | No | Daftar PATH FILE LOKAL gambar produk (bukan URL) di server tempat MCP ini berjalan, contoh ['/data/images/foto1.jpg']. Maksimal 50 file, kosongkan jika tidak upload gambar baru. | |
| msi_product | No | ||
| company_name | No | ||
| market_price | No | ||
| product_type | No | unit, non_unit, hardware, implementation, atau application | |
| componen_type | No | 1=OFF ROAD REGULAR, 2=ON ROAD REGULAR, 3=OFF ROAD IRREGULAR, 4=OFF ROAD REGULAR EV, 5=ON ROAD REGULAR EV | |
| selling_price_star_1 | No | ||
| selling_price_star_2 | No | ||
| selling_price_star_3 | No | ||
| selling_price_star_4 | No | ||
| selling_price_star_5 | No | ||
| componen_product_name | No | ||
| componen_product_unit_model | No | ||
| componen_product_description | No | ||
| componen_product_specifications | No | String JSON array spesifikasi, contoh: [{"componen_product_specification_label":"Horse Power","componen_product_specification_value":"200 HP"}] |