Skip to main content
Glama

Alfresco MCP Server

by stevereiner

upload_document

Upload files to Alfresco MCP Server using file path or base64 content, assign to specific parent folders, and add descriptions for efficient document management and version control.

Instructions

Upload a document to Alfresco.

Input Schema

NameRequiredDescriptionDefault
base64_contentNo
descriptionNo
file_pathNo
parent_idNo-shared-

Input Schema (JSON Schema)

{ "properties": { "base64_content": { "default": "", "title": "Base64 Content", "type": "string" }, "description": { "default": "", "title": "Description", "type": "string" }, "file_path": { "default": "", "title": "File Path", "type": "string" }, "parent_id": { "default": "-shared-", "title": "Parent Id", "type": "string" } }, "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