argocd-mcp

by akuity
Apache 2.0
85
10

list_applications

Retrieve a list of applications from the argocd-mcp server by searching with a specific application name.

Instructions

list_applications returns list of applications

Input Schema

NameRequiredDescriptionDefault
searchYesSearch applications by name, optional

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "search": { "description": "Search applications by name, optional", "type": "string" } }, "required": [ "search" ], "type": "object" }
ID: z34q2x4q3k