You're viewing a demo portfolio

Join the waitlist
PRSM

list_rightsize_recommendations

Active

Tool of KaiCalls

declared in 1.0.0

List per-period auto-right-size decisions from plan_rightsize_recommendations, including the dry_run -> notified -> (kept | applied | superseded) lifecycle. Answers "is this business about to get right-sized". Mirrors GET /api/v1/rightsize-recommendations.

Parameters schema

{
  "type": "object",
  "properties": {
    "to": {
      "type": "string",
      "format": "date-time"
    },
    "from": {
      "type": "string",
      "format": "date-time"
    },
    "limit": {
      "type": "integer",
      "default": 50,
      "maximum": 100,
      "minimum": 1
    },
    "action": {
      "enum": [
        "none",
        "upgrade",
        "downgrade",
        "handoff_custom"
      ],
      "type": "string"
    },
    "status": {
      "enum": [
        "dry_run",
        "notified",
        "kept",
        "applied",
        "superseded"
      ],
      "type": "string"
    },
    "business_id": {
      "type": "string",
      "description": "Business ID (optional only when the token can access exactly one business)."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

KaiCalls

https://github.com/cgallic/kai_calls

1/7 registries
View full server →