Skip to main content
Glama

argocd-mcp

Official
by akuity

get_resource_events

Retrieve events for a specific resource managed by an Argo CD application, using application and resource details to ensure accurate tracking and monitoring.

Instructions

get_resource_events returns events for a resource that is managed by an application

Input Schema

NameRequiredDescriptionDefault
applicationNameYes
applicationNamespaceYesThe namespace of the application. Note that this may differ from the namespace of individual resources. Make sure to verify the application namespace in the Application resource — it is often argocd, but not always.
resourceNameYes
resourceNamespaceYes
resourceUIDYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "applicationName": { "type": "string" }, "applicationNamespace": { "description": "The namespace of the application.\n Note that this may differ from the namespace of individual resources.\n Make sure to verify the application namespace in the Application resource — it is often argocd, but not always.", "type": "string" }, "resourceName": { "type": "string" }, "resourceNamespace": { "type": "string" }, "resourceUID": { "type": "string" } }, "required": [ "applicationName", "applicationNamespace", "resourceUID", "resourceNamespace", "resourceName" ], "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/akuity/argocd-mcp'

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