Skip to main content
Glama

Alfresco MCP Server

by stevereiner

search_content

Execute AFTS queries to locate content in Alfresco, specifying query parameters, node types, and max results for precise content retrieval.

Instructions

Search for content in Alfresco using AFTS query language.

Input Schema

NameRequiredDescriptionDefault
max_resultsNo
node_typeNo
queryYes

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 25, "title": "Max Results", "type": "integer" }, "node_type": { "default": "", "title": "Node Type", "type": "string" }, "query": { "title": "Query", "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