Skip to main content
Glama

argocd-mcp

Official
by akuity

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" }

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