search-argocd-endpoints
Search the Argo CD swagger catalog for REST API endpoints using tag or keyword filters to prepare for API calls.
Instructions
Search Argo CD REST API endpoints from the bundled swagger catalog. Use before call-argocd-api.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by swagger tag. Example: ApplicationService | |
| query | No | Keyword filter (path, summary, operationId, tag). Example: sync application |