get_application_events
Retrieve application events by application name using the argocd-mcp server. Streamline monitoring and troubleshooting with targeted event data.
Instructions
get_application_events returns events for application by application name
Input Schema
Name | Required | Description | Default |
---|---|---|---|
applicationName | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"applicationName": {
"type": "string"
}
},
"required": [
"applicationName"
],
"type": "object"
}