Skip to main content
Glama

Alfresco MCP Server

by stevereiner

checkout_document

Reserve and download a document for editing in Alfresco using REST API, ensuring exclusive access to make changes and maintain version control.

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

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