Skip to main content
Glama

argocd-mcp

Official
by akuity

get_application_resource_tree

Retrieve the resource tree of a specific application by providing its name. This tool simplifies resource visualization and management in the ArgoCD-MCP server.

Instructions

get_application_resource_tree returns resource tree 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" }

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