Update Setell shop profile
setell_update_shop_profileUpdate shop profile fields such as machines, finishing, materials, and notes to guide Setell's estimation of complexity, cycle-time, and finish fit on future drafts.
Instructions
PARTIAL patch of the operator's shop profile — only the fields you pass change; each provided list REPLACES that whole field, so read setell_get_shop_profile first and send the complete updated list (to add a machine: existing machines plus the new one). This steers how Setell judges complexity / cycle-time / finish fit on every future draft — confirm with the operator before writing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Free-form how-we-run note, max 2000 chars. Pass null or an empty string to clear. | |
| machines | No | Full replacement machine list, e.g. [{ name: 'Haas VF-2SS', count: 2, notes: '30×16×20 in travels' }]. Max 25. | |
| finishing | No | Full replacement finishing list, e.g. [{ process: 'anodize', mode: 'OUTSOURCED', notes: 'via PlateWorks' }]. Max 15. | |
| materials | No | Full replacement list of materials commonly run, e.g. ["6061-T6", "304 SS"]. |