argocd-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_user_infoB | |
| get_settingsB | |
| get_pluginsB | |
| get_versionB | |
| list_applicationsB | |
| get_application_detailsB | |
| create_applicationA | |
| update_applicationB | |
| delete_applicationB | |
| sync_applicationB | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool has a clearly distinct purpose with no ambiguity. Application management tools (create, delete, get, list, sync, update) target specific actions on applications, while other tools (get_plugins, get_settings, get_user_info, get_version) retrieve distinct types of metadata. The descriptions reinforce these boundaries, making tool selection straightforward.
All tools follow a consistent verb_noun naming pattern throughout. Application tools use create_application, delete_application, get_application_details, list_applications, sync_application, update_application, while metadata tools use get_plugins, get_settings, get_user_info, get_version. This uniformity enhances readability and predictability.
With 10 tools, the count is well-scoped for an ArgoCD server. It provides comprehensive application lifecycle coverage (CRUD + sync) and essential metadata retrieval without being overwhelming. Each tool earns its place, supporting common workflows like deployment management and system inspection.
The tool surface offers complete coverage for ArgoCD's core domain. It includes full CRUD operations for applications (create, get, list, update, delete), sync functionality for deployments, and metadata tools for plugins, settings, user info, and version. There are no obvious gaps, enabling agents to handle typical ArgoCD tasks effectively.