Skip to main content
Glama

Alfresco MCP Server

by stevereiner

update_node_properties

Modify metadata and properties such as name, title, author, and description for documents or folders using a structured input format. Requires node ID to identify the target content.

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" }

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