search-applications
Search Argo CD applications by partial match on name, project, repo, path, or namespace using an in-memory cache. Overcomes API limitation of exact name match only.
Instructions
Search Argo CD applications by substring (LIKE) using an in-memory cache. Matches name, project, repo, path and namespace. The Argo CD API only supports exact name match — use this tool for partial search (e.g. query='adherence').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: all matches, sorted by name) | |
| query | Yes | Substring to search (case-insensitive LIKE) | |
| profile | No | Environment profile. Available: default. Default: default | |
| project | No | Filter by exact project name | |
| namesOnly | No | Include compact names array in response | |
| syncStatus | No | Filter by sync status | |
| healthStatus | No | Filter by health status | |
| refreshCache | No | Force refresh cache before searching |