list_rightsize_recommendations
ActiveTool of KaiCalls
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
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
KaiCalls
https://github.com/cgallic/kai_calls
1/7 registries