get_application
Retrieve application details by providing the application name using the tool on the argocd-mcp server for streamlined management.
Instructions
get_application returns 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"
}