@@ -104,7 +104,33 @@ Provides Istio service mesh management:
104104- ** istio_waypoint_status** : Get waypoint proxy status
105105- ** istio_ztunnel_config** : Get ztunnel configuration
106106
107- ### 4. Argo Rollouts Tools (` argo.go ` )
107+ ### 4. Linkerd Tools (` linkerd.go ` )
108+ Provides Linkerd service mesh management:
109+
110+ - ** linkerd_check** : Run pre-flight or proxy checks
111+ - ** linkerd_install** : Install Linkerd control plane manifests
112+ - ** linkerd_install_cni** : Install the Linkerd CNI components
113+ - ** linkerd_upgrade** : Upgrade Linkerd installation components
114+ - ** linkerd_uninstall** : Remove Linkerd components
115+ - ** linkerd_version** : Show Linkerd client and server versions
116+ - ** linkerd_authz** : Inspect authorizations for a workload
117+ - ** linkerd_stat** : Retrieve Linkerd metrics for resources
118+ - ** linkerd_top** : Inspect live traffic for workloads
119+ - ** linkerd_edges** : Display allowed edges between resources
120+ - ** linkerd_routes** : Inspect HTTP routes for a resource
121+ - ** linkerd_diagnostics_proxy_metrics** : Collect raw proxy metrics
122+ - ** linkerd_diagnostics_controller_metrics** : Fetch controller metrics
123+ - ** linkerd_diagnostics_endpoints** : Inspect service discovery endpoints
124+ - ** linkerd_diagnostics_policy** : Inspect policy state for an authority
125+ - ** linkerd_diagnostics_profile** : Inspect service discovery profile data
126+ - ** linkerd_viz_install** : Install the Linkerd viz extension
127+ - ** linkerd_viz_uninstall** : Remove the Linkerd viz extension
128+ - ** linkerd_viz_top** : Inspect live traffic using viz extension
129+ - ** linkerd_viz_stat** : Retrieve viz metrics for resources
130+ - ** linkerd_fips_audit** : Audit Linkerd proxies for FIPS compliance
131+ - ** linkerd_policy_generate** : Generate policy manifests for workloads
132+
133+ ### 5. Argo Rollouts Tools (` argo.go ` )
108134Provides Argo Rollouts progressive delivery functionality:
109135
110136- ** verify_argo_rollouts_controller_install** : Verify controller installation
@@ -115,7 +141,7 @@ Provides Argo Rollouts progressive delivery functionality:
115141- ** verify_gateway_plugin** : Verify Gateway API plugin
116142- ** check_plugin_logs** : Check plugin installation logs
117143
118- ### 5 . Cilium Tools (` cilium.go ` )
144+ ### 6 . Cilium Tools (` cilium.go ` )
119145Provides Cilium CNI and networking functionality:
120146
121147- ** cilium_status_and_version** : Get Cilium status and version
@@ -131,36 +157,36 @@ Provides Cilium CNI and networking functionality:
131157- ** toggle_hubble** : Enable/disable Hubble
132158- ** toggle_cluster_mesh** : Enable/disable cluster mesh
133159
134- ### 6 . Prometheus Tools (` prometheus.go ` )
160+ ### 7 . Prometheus Tools (` prometheus.go ` )
135161Provides Prometheus monitoring and alerting functionality:
136162
137163- ** prometheus_query** : Execute PromQL queries
138164- ** prometheus_range_query** : Execute PromQL range queries
139165- ** prometheus_labels** : Get available labels
140166- ** prometheus_targets** : Get scraping targets and their status
141167
142- ### 7 . Grafana Tools (` grafana.go ` )
168+ ### 8 . Grafana Tools (` grafana.go ` )
143169Provides Grafana dashboard and alerting management:
144170
145171- ** grafana_org_management** : Manage Grafana organizations
146172- ** grafana_dashboard_management** : Manage dashboards
147173- ** grafana_alert_management** : Manage alerts and alert rules
148174- ** grafana_datasource_management** : Manage data sources
149175
150- ### 8 . DateTime Tools (` datetime.go ` )
176+ ### 9 . DateTime Tools (` datetime.go ` )
151177Provides time and date utilities:
152178
153179- ** current_date_time** : Get current date and time in ISO 8601 format
154180- ** format_time** : Format timestamps with optional timezone
155181- ** parse_time** : Parse time strings into RFC3339 format
156182
157- ### 9 . Documentation Tools (` docs.go ` )
183+ ### 10 . Documentation Tools (` docs.go ` )
158184Provides documentation query functionality:
159185
160186- ** query_documentation** : Query documentation for supported products (simplified implementation)
161187- ** list_supported_products** : List supported products for documentation queries
162188
163- ### 10 . Common Tools (` common.go ` )
189+ ### 11 . Common Tools (` common.go ` )
164190Provides general utility functions:
165191
166192- ** shell** : Execute shell commands
@@ -174,6 +200,7 @@ Provides general utility functions:
174200 - ` kubectl ` (for Kubernetes tools)
175201 - ` helm ` (for Helm tools)
176202 - ` istioctl ` (for Istio tools)
203+ - ` linkerd ` (for Linkerd tools)
177204 - ` cilium ` (for Cilium tools)
178205
179206### Building
0 commit comments