cloud-waste-calculator
ActiveTool of Utility Matrix
declared in 1.1.0
Use when a user asks about cloud waste, idle resources, or unattached storage. Given monthly cloud bill and idle/oversized percentages, returns waste estimate and tier.
Parameters schema
{
"type": "object",
"required": [
"monthly_cloud_bill"
],
"properties": {
"idle_pct": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"oversized_pct": {
"type": "number",
"maximum": 100,
"minimum": 0
},
"monthly_cloud_bill": {
"type": "number",
"minimum": 0
},
"unattached_volumes_count": {
"type": "number",
"minimum": 0
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Utility Matrix
1/7 registries