Skip to main content
Glama

argocd-mcp

list_applications

Filter and list ArgoCD applications by project, name, repository, or namespace, with optional application reconciliation using the refresh parameter.

Instructions

List applications in ArgoCD with filtering options Args: project: Filter applications by project name name: Filter applications by name repo: Filter applications by repository URL namespace: Filter applications by namespace refresh: Forces application reconciliation if set to 'hard' or 'normal' Returns: List of applications with pagination information

Input Schema

NameRequiredDescriptionDefault
nameNo
namespaceNo
projectNo
refreshNo
repoNo

Input Schema (JSON Schema)

{ "properties": { "name": { "default": "", "title": "Name", "type": "string" }, "namespace": { "default": "", "title": "Namespace", "type": "string" }, "project": { "default": "", "title": "Project", "type": "string" }, "refresh": { "default": "", "title": "Refresh", "type": "string" }, "repo": { "default": "", "title": "Repo", "type": "string" } }, "title": "list_applicationsArguments", "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/severity1/argocd-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server