Skip to main content
Glama

Alfresco MCP Server

by stevereiner

download_document

Retrieve and save documents from the Alfresco repository using the node ID. Choose to save to disk or download as an attachment.

Instructions

Download a document from Alfresco repository.

Input Schema

NameRequiredDescriptionDefault
attachmentNo
node_idYes
save_to_diskNo

Input Schema (JSON Schema)

{ "properties": { "attachment": { "default": true, "title": "Attachment", "type": "boolean" }, "node_id": { "title": "Node Id", "type": "string" }, "save_to_disk": { "default": true, "title": "Save To Disk", "type": "boolean" } }, "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