Skip to main content
Glama

Alfresco MCP Server

by stevereiner

checkin_document

Use this tool to check in edited documents to Alfresco via REST API, enabling version control with options for node ID, comments, major version updates, file path, and renaming.

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

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