create_folder
Creates a folder in the content repository by specifying its name, parent folder, and optional properties.
Instructions
PREREQUISITES IN ORDER: To use this tool, you MUST call two other tools first in a specific sequence.
determine_class tool to get the class_identifier.
get_class_property_descriptions to get a list of valid properties for the given class_identifier
Creates a folder in the content repository with specified properties. This tool interfaces with the GraphQL API to create a new folder object with the provided parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| parent_folder | Yes | ||
| class_identifier | No | ||
| id | No | ||
| folder_properties | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |