Loading...
Loading...
Monitor GitOps application health, sync status, and manage ArgoCD deployments via Harness MCP. Use when user says "gitops status", "argocd status", "application sync", "gitops health", "is my app in sync", or asks about GitOps applications.
npx skill4agent add harness/harness-skills gitops-statusCall MCP tool: harness_get
Parameters:
resource_type: "gitops_dashboard"Call MCP tool: harness_list
Parameters:
resource_type: "gitops_application"
org_id: "<organization>"
project_id: "<project>"Call MCP tool: harness_get
Parameters:
resource_type: "gitops_application"
resource_id: "<app_name>"
org_id: "<organization>"
project_id: "<project>"Call MCP tool: harness_get
Parameters:
resource_type: "gitops_app_resource_tree"
resource_id: "<app_name>"Call MCP tool: harness_get
Parameters:
resource_type: "gitops_pod_log"
resource_id: "<pod_name>"Call MCP tool: harness_list
Parameters:
resource_type: "gitops_app_event"Call MCP tool: harness_execute
Parameters:
resource_type: "gitops_application"
action: "sync"
resource_id: "<app_name>"
org_id: "<organization>"
project_id: "<project>"Call MCP tool: harness_list
Parameters:
resource_type: "gitops_agent" # ArgoCD agents
resource_type: "gitops_cluster" # Connected clusters
resource_type: "gitops_repository" # Git repositories
resource_type: "gitops_applicationset" # ApplicationSets
resource_type: "gitops_managed_resource" # K8s resources| Resource Type | Operations | Description |
|---|---|---|
| list, get | ArgoCD instances |
| list, get, sync | Applications |
| list, get | ApplicationSets |
| list, get | K8s clusters |
| list, get | Git repositories |
| list | Application events |
| get | Pod logs |
| list | K8s resources |
| get | Resource tree |
| get | Overview dashboard |