Skip to content

Commit bae69f2

Browse files
committed
docs: move the available tools section higher
1 parent a1e874d commit bae69f2

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,6 @@ dist
140140

141141
# ide
142142
.idea/
143+
144+
# claude code
145+
CLAUDE.md

README.md

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,27 @@ Akuity is the enterprise company for Argo and Kargo, and provides the essential
3939
- **Complete Argo CD API Integration**: Provides comprehensive access to Argo CD resources and operations
4040
- **AI Assistant Ready**: Pre-configured tools for AI assistants to interact with Argo CD in natural language
4141

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+
4263
## Installation
4364

4465
### Prerequisites
@@ -129,26 +150,6 @@ This disables TLS certificate validation for Node.js when connecting to Argo CD
129150

130151
> **Warning**: Disabling SSL verification reduces security. Use this setting only in development environments or when you understand the security implications.
131152
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
151-
152153
## For Development
153154

154155
1. Clone the repository:

0 commit comments

Comments
 (0)