Skip to main content
Glama

Alfresco MCP Server

by stevereiner

advanced_search

Retrieve and filter Alfresco content efficiently using customizable queries, sorting, and result limits to streamline content discovery and management.

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

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