You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-20Lines changed: 21 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,27 @@ Akuity is the enterprise company for Argo and Kargo, and provides the essential
39
39
-**Complete Argo CD API Integration**: Provides comprehensive access to Argo CD resources and operations
40
40
-**AI Assistant Ready**: Pre-configured tools for AI assistants to interact with Argo CD in natural language
41
41
42
+
## Available Tools
43
+
44
+
The server provides the following ArgoCD management tools:
45
+
46
+
### Application Management
47
+
-`list_applications`: List and filter all applications
48
+
-`get_application`: Get detailed information about a specific application
49
+
-`create_application`: Create a new application
50
+
-`update_application`: Update an existing application
51
+
-`delete_application`: Delete an application
52
+
-`sync_application`: Trigger a sync operation on an application
53
+
54
+
### Resource Management
55
+
-`get_application_resource_tree`: Get the resource tree for a specific application
56
+
-`get_application_managed_resources`: Get managed resources for a specific application
57
+
-`get_application_workload_logs`: Get logs for application workloads (Pods, Deployments, etc.)
58
+
-`get_resource_events`: Get events for resources managed by an application
59
+
-`get_resource_actions`: Get available actions for resources
60
+
-`run_resource_action`: Run an action on a resource
61
+
62
+
42
63
## Installation
43
64
44
65
### Prerequisites
@@ -129,26 +150,6 @@ This disables TLS certificate validation for Node.js when connecting to Argo CD
129
150
130
151
> **Warning**: Disabling SSL verification reduces security. Use this setting only in development environments or when you understand the security implications.
131
152
132
-
## Available Tools
133
-
134
-
The server provides the following ArgoCD management tools:
135
-
136
-
### Application Management
137
-
-`list_applications`: List and filter all applications
138
-
-`get_application`: Get detailed information about a specific application
139
-
-`create_application`: Create a new application
140
-
-`update_application`: Update an existing application
141
-
-`delete_application`: Delete an application
142
-
-`sync_application`: Trigger a sync operation on an application
143
-
144
-
### Resource Management
145
-
-`get_application_resource_tree`: Get the resource tree for a specific application
146
-
-`get_application_managed_resources`: Get managed resources for a specific application
147
-
-`get_application_workload_logs`: Get logs for application workloads (Pods, Deployments, etc.)
148
-
-`get_resource_events`: Get events for resources managed by an application
149
-
-`get_resource_actions`: Get available actions for resources
150
-
-`run_resource_action`: Run an action on a resource
0 commit comments