Skip to main content
Glama

Alfresco MCP Server

by stevereiner

upload_document

Upload files to Alfresco MCP Server for content management. Specify file path, base64 content, parent folder, and optional description to organize and store documents effectively.

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

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