Skip to main content
Glama

Alfresco MCP Server

by stevereiner

cmis_search

Search Alfresco repositories using CMIS SQL syntax to find documents, PDFs, or other content by defining custom queries and specifying 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" }

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