get_class_specific_properties_name
Retrieve custom property names for a document by identifying its class and filtering out system properties. Use to discover available properties for targeted extraction or search operations.
Instructions
Retrieves a list of class-specific property names for a document based on its class definition.
This tool first determines the document's class, then fetches the class metadata to identify all available properties specific to that document class. It filters out system properties and hidden properties.
Use this tool when you need to know what custom properties are available for a specific document, which can then be used for targeted property extraction or search operations.
:param identifier: The document id or path (required). This can be either the document's ID (GUID) or its path in the repository (e.g., "/Folder1/document.pdf").
:returns: A list of property display names that are available for the document's class. These properties can be used for further operations like property extraction or search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| identifier | Yes |