Skip to main content
Glama

Alfresco MCP Server

by stevereiner

advanced_search

Search, sort, and filter Alfresco content efficiently using customizable query parameters and AI-native operations through the MCP Server.

Instructions

Advanced search with sorting and filtering capabilities.

Input Schema

NameRequiredDescriptionDefault
max_resultsNo
queryYes
sort_ascendingNo
sort_fieldNocm:modified

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 25, "title": "Max Results", "type": "integer" }, "query": { "title": "Query", "type": "string" }, "sort_ascending": { "default": false, "title": "Sort Ascending", "type": "boolean" }, "sort_field": { "default": "cm:modified", "title": "Sort Field", "type": "string" } }, "required": [ "query" ], "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