Skip to main content
Glama

argocd-mcp

get_application_details

Retrieve detailed information about a specific ArgoCD application by providing its name, with optional filters for project, namespace, and refresh settings.

Instructions

Get details for a specific application Args: name: The application name (required) project: The project name (optional filter) refresh: Forces application reconciliation if set to 'hard' or 'normal' namespace: Filter by application namespace Returns: Application details

Input Schema

NameRequiredDescriptionDefault
nameYes
namespaceNo
projectNo
refreshNo

Input Schema (JSON Schema)

{ "properties": { "name": { "title": "Name", "type": "string" }, "namespace": { "default": "", "title": "Namespace", "type": "string" }, "project": { "default": "", "title": "Project", "type": "string" }, "refresh": { "default": "", "title": "Refresh", "type": "string" } }, "required": [ "name" ], "title": "get_application_detailsArguments", "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