clickup_template_apply_folder
Apply a saved folder template to create a new folder in a ClickUp space, inheriting its list structure, statuses, and presets.
Instructions
Create a new folder in a space by instantiating a saved folder template. The new folder inherits the template's list structure, statuses, default fields, and other presets, using the supplied name. Use clickup_template_list to discover templates. Returns the created folder object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the newly-created folder. Must be unique within the parent space. | |
| space_id | Yes | ID of the parent space. Obtain from clickup_space_list (field: id). | |
| template_id | Yes | ID of the folder template to instantiate. Obtain from clickup_template_list (field: id). |