list_root_classes
Retrieve a list of valid root class types, such as Document and Folder, to begin exploring the repository class hierarchy before listing all classes.
Instructions
List all available root class types in the repository.
This tool should be called first to get a list of valid root class names before using the list_all_classes tool.
:returns: A list of all available root class types (e.g., ["Document", "Folder", "Annotation", "CustomObject"])
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |