determine_class
Identify classes by matching keywords against class names and descriptions within a root class. Call list_root_classes_tool first for valid root class names.
Instructions
Find classes that match the given keywords by looking for substring matches in class names and descriptions.
IMPORTANT:
To get a list of all valid class names that can be used with this tool, you MUST first call the list_root_classes_tool tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_class | Yes | The root class to search within (eg. "Document", "Folder") | |
| keywords | Yes | Up to 3 words from the user's message that might contain the class's name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |