Skip to main content
Glama
ibm-ecm

Core Content Services MCP Server

Official
by ibm-ecm

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

TableJSON Schema
NameRequiredDescriptionDefault
identifierYes

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ibm-ecm/cs-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server