get_class_property_descriptions
Retrieve all properties of a class, including system and hidden ones, to enable full document updates.
Instructions
Retrieves ALL properties of a class including system properties.
IMPORTANT: Use this tool ONLY for general document updates where you need to see ALL properties of a class, including system-owned and hidden properties.
DO NOT use this tool for property extraction workflows.
:param class_symbolic_name: The symbolic name of the class to retrieve properties for
:returns: A list of CachePropertyDescription objects for each property (including system properties)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_symbolic_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |