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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,7 @@ Toolset Name: `ccm`
153
153
-`get_ccm_commitment_coverage`: Get commitment coverage information for an account in Harness Cloud Cost Management
154
154
-`get_ccm_commitment_savings`: Get commitment savings information for an account in Harness Cloud Cost Management
155
155
-`get_ccm_commitment_utilisation`: Get commitment utilisation information for an account in Harness Cloud Cost Management broken down by Reserved Instances and Savings Plans in day wise granularity.
156
+
-`get_ccm_estimated_savings`: Get estimated savings information for a cloud account in Harness Cloud Cost Management
mcp.WithDescription("Get commitment annualized estimated savings information for provided cloud account(s) in Harness Cloud Cost Management with optionally provided target coverage or else defaults to 90% of target coverage"),
26
+
mcp.WithString("service",
27
+
mcp.Description("Optional service to estimate savings for"),
28
+
),
29
+
mcp.WithNumber("target_coverage",
30
+
mcp.Description("Optional target coverage to estimate savings"),
0 commit comments