get_template_folder
Retrieve details for a template folder, including its name and count of templates, using the folder ID from list_template_folders.
Instructions
Retrieve details for a single template folder.
Use to confirm a folder's name and how many templates it contains. Use list_template_folders to discover folder IDs.
Args: folder_id: Template folder ID. Obtain from list_template_folders.
Returns: JSON with id, name, and count of templates in the folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| folder_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |