get_application_resource_tree
Retrieve the resource tree for an application by specifying its name using the argocd-mcp server to access detailed structural insights.
Instructions
get_application_resource_tree returns resource tree 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"
}