search-applications
Search Argo CD applications by partial name, project, repo, path, or namespace using substring matching. Overcomes API limitation of exact 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 |