list_all_classes
Retrieve all available classes for a specific root class type in IBM FileNet Content Manager. Use to identify document, folder, annotation, or custom object classes for content management operations.
Instructions
List all available classes for a specific root class type.
IMPORTANT: Only use this tool when the user explicitly asks to see a list of classes of a specific root class.
If a user does not specify a root_class, you MUST request the root class from them.
To get a list of all valid root class names that can be used with this tool, you can call the list_root_classes_tool tool.
:param root_class: The root class to list all classes for (e.g., "Document", "Folder", "Annotation", "CustomObject")
:returns: A list of all classes for the specified root class, or a ToolError if an error occurs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_class | Yes |