You're viewing a demo portfolio

Join the waitlist
PRSM

daycare_set_capacity

Active

Tool of Lodi Kids Activities

declared in 1.0.0

Upsert capacity for one age band on a daycare. Age bands: infant, toddler, twos, threes, fours, prek, kindergarten.

Parameters schema

{
  "type": "object",
  "required": [
    "daycare_id",
    "age_band",
    "total_slots"
  ],
  "properties": {
    "notes": {
      "type": "string"
    },
    "age_band": {
      "enum": [
        "infant",
        "toddler",
        "twos",
        "threes",
        "fours",
        "prek",
        "kindergarten"
      ],
      "type": "string"
    },
    "daycare_id": {
      "type": "string"
    },
    "total_slots": {
      "type": "integer",
      "minimum": 0
    },
    "waitlist_count": {
      "type": "integer",
      "minimum": 0
    },
    "current_enrollment": {
      "type": "integer",
      "minimum": 0
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Lodi Kids Activities

1/7 registries
View full server →
daycare_set_capacity — Lodi Kids Activities — PRSM MCP