save_device_layout
Creates or updates a layout file on a paired iOS device. Accepts a layout JSON string and optional filename.
Instructions
Create or update a layout file on the paired device.
The layout is written to the device's Layouts folder. If a file with the same name already exists, it is overwritten.
Args: layout_json: Complete layout JSON string. Must be valid LayoutConfig with a "name" field. filename: Optional filename (e.g. 'my-layout.json'). Derived from the layout name if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | No | ||
| layout_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |