Skip to main content
Glama

Alfresco MCP Server

by stevereiner

checkout_document

Lock and download a document for editing via Alfresco REST API using the specified node ID, ensuring controlled content updates.

Instructions

Check out a document for editing using Alfresco REST API.

Input Schema

NameRequiredDescriptionDefault
download_for_editingNo
node_idYes

Input Schema (JSON Schema)

{ "properties": { "download_for_editing": { "default": true, "title": "Download For Editing", "type": "boolean" }, "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