get_folder_detail
Retrieves detailed information about a folder in the content repository using its identifier.
Instructions
Description: Get an existing folder in the content repository information given a folder id
:param identifier: The folder identifier (required). This can be either the folder's ID (GUID). :param folder_properties: Properties to update for the folder including name, etc
:returns: If successful, returns a Folder object with its properties. If unsuccessful, returns a ToolError with details about the failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |