create_folder_from_template
Create a folder from a template to replicate its lists, statuses, and structure in a Space. Standardize project layouts.
Instructions
Create a Folder in a Space from a Folder template, reproducing the template's Lists, statuses and structure. Returns the created Folder. Use to spin up a standardized project layout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| space_id | Yes | ID of the Space to create the Folder in. | |
| template_id | Yes | ID of the Folder template to instantiate. | |
| name | Yes | Name for the new Folder. | |
| options | No | Optional template import options, e.g. { return_immediately: true, content: {...} }. |