list_applications
Retrieve a list of all Argo CD applications. Optionally filter by project names or label selectors to narrow results.
Instructions
List all applications in Argo CD.
Args: connection_name: Name of the Argo CD connection projects: Optional list of project names to filter by selector: Optional label selector to filter applications (e.g., "app=myapp")
Returns: JSON string with list of applications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_name | Yes | ||
| projects | No | ||
| selector | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |