argocd-mcp

Official
by akuity

get_application_managed_resources

Retrieve managed resources for a specific application by providing its name, enabling efficient resource tracking and management within the argocd-mcp server.

Instructions

get_application_managed_resources returns managed resources for application by application name

Input Schema

NameRequiredDescriptionDefault
applicationNameYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "applicationName": { "type": "string" } }, "required": [ "applicationName" ], "type": "object" }
ID: z34q2x4q3k