Skip to main content
Glama
ibm-ecm

Core Content Services MCP Server

Official
by ibm-ecm

update_document_properties

Modify document properties like name, mimeType, and metadata in IBM FileNet Content Manager without changing the document's class.

Instructions

PREREQUISITES IN ORDER: To use this tool, you MUST call get_class_property_descriptions first to get a list of valid properties for the document's current class.

Description: Updates an existing document's properties in the content repository. This tool ONLY updates properties and does NOT change the document's class. To change a document's class, use the update_document_class tool instead.

: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"). :param document_properties: Properties to update for the document including name, mimeType, etc.

:returns: If successful, returns a Document object with its updated properties. If unsuccessful, returns a ToolError with details about the failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
identifierYes
document_propertiesNo

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