Form Folder Write Tool
form-folder-writeCreate a form folder. Requires name and type. A parent folder must have the same type; nesting is limited to five levels. To file a form, use form-write with folder_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Folder name (max 64). Required for "create". | |
| type | No | The form type this folder organizes (order, contact, intake, onboarding). Required for "create". | |
| action | Yes | Action to perform. | |
| parent_id | No | Optional parent folder ID to nest this folder under. Must be the same type and no deeper than 5 levels. For "create". | |
| description | No | Optional folder description (max 1000). For "create". | |
| form_folder_id | No | Form folder ID. Required for "show". |