list_root_classes
Retrieve all available root class types in the repository, such as Document, Folder, or CustomObject, to identify valid class names before exploring further.
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 |