Skip to main content
Glama

Alfresco MCP Server

by stevereiner

create_folder

Use this tool to create a new folder in Alfresco by specifying the folder name and optional parent directory, simplifying content organization within the system.

Instructions

Create a new folder in Alfresco.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
folder_nameYes
parent_idNo-shared-

Input Schema (JSON Schema)

{ "properties": { "description": { "default": "", "title": "Description", "type": "string" }, "folder_name": { "title": "Folder Name", "type": "string" }, "parent_id": { "default": "-shared-", "title": "Parent Id", "type": "string" } }, "required": [ "folder_name" ], "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