Skip to main content
Glama

Alfresco MCP Server

by stevereiner

update_node_properties

Modify metadata and properties of documents or folders by specifying node ID, name, title, author, or description within Alfresco MCP Server for improved content management.

Instructions

Update metadata and properties of a document or folder.

Input Schema

NameRequiredDescriptionDefault
authorNo
descriptionNo
nameNo
node_idYes
titleNo

Input Schema (JSON Schema)

{ "properties": { "author": { "default": "", "title": "Author", "type": "string" }, "description": { "default": "", "title": "Description", "type": "string" }, "name": { "default": "", "title": "Name", "type": "string" }, "node_id": { "title": "Node Id", "type": "string" }, "title": { "default": "", "title": "Title", "type": "string" } }, "required": [ "node_id" ], "type": "object" }

Other Tools from Alfresco MCP Server

Related Tools

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/stevereiner/python-alfresco-mcp-server'

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