Skip to main content
Glama

Alfresco MCP Server

by stevereiner

checkin_document

Use the tool to check in edited documents into Alfresco MCP Server, enabling version control, adding comments, renaming files, or updating major versions via the Alfresco REST API.

Instructions

Check in a document after editing using Alfresco REST API.

Input Schema

NameRequiredDescriptionDefault
commentNo
file_pathNo
major_versionNo
new_nameNo
node_idYes

Input Schema (JSON Schema)

{ "properties": { "comment": { "default": "", "title": "Comment", "type": "string" }, "file_path": { "default": "", "title": "File Path", "type": "string" }, "major_version": { "default": false, "title": "Major Version", "type": "boolean" }, "new_name": { "default": "", "title": "New Name", "type": "string" }, "node_id": { "title": "Node Id", "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