You're viewing a demo portfolio

Join the waitlist
PRSM

rightsizing-calculator

Active

Tool of Utility Matrix

declared in 1.1.0

Use when a user asks about instance rightsizing or overprovisioned compute.

Parameters schema

{
  "type": "object",
  "required": [
    "current_vcpu",
    "p99_cpu_pct",
    "current_memory_gb",
    "p99_memory_pct"
  ],
  "properties": {
    "hourly_cost": {
      "type": "number",
      "minimum": 0
    },
    "p99_cpu_pct": {
      "type": "number",
      "maximum": 100,
      "minimum": 0
    },
    "current_vcpu": {
      "type": "number",
      "minimum": 0
    },
    "instance_count": {
      "type": "number",
      "minimum": 1
    },
    "p99_memory_pct": {
      "type": "number",
      "maximum": 100,
      "minimum": 0
    },
    "current_memory_gb": {
      "type": "number",
      "minimum": 0
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Utility Matrix

1/7 registries
View full server →
rightsizing-calculator — Utility Matrix — PRSM MCP