Skip to main content
Glama

Alfresco MCP Server

by stevereiner

cmis_search

Perform targeted searches in Alfresco using CMIS SQL syntax to retrieve PDF documents or customize queries for specific content management needs, with configurable result limits.

Instructions

Search using CMIS SQL syntax. Default query searches for PDF documents.

Input Schema

NameRequiredDescriptionDefault
cmis_queryNoSELECT * FROM cmis:document WHERE cmis:contentStreamMimeType = 'application/pdf'
max_resultsNo

Input Schema (JSON Schema)

{ "properties": { "cmis_query": { "default": "SELECT * FROM cmis:document WHERE cmis:contentStreamMimeType = 'application/pdf'", "title": "Cmis Query", "type": "string" }, "max_results": { "default": 25, "title": "Max Results", "type": "integer" } }, "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