You're viewing a demo portfolio

Join the waitlist
PRSM

org_add_program_event

Active

Tool of Lodi Kids Activities

declared in 1.0.0

Add a single event (practice, game, scrimmage, picture day, cancellation, etc.) to a program's calendar.

Parameters schema

{
  "type": "object",
  "required": [
    "program_id",
    "kind",
    "starts_at"
  ],
  "properties": {
    "kind": {
      "enum": [
        "practice",
        "game",
        "scrimmage",
        "tournament",
        "recital",
        "picture_day",
        "meeting",
        "field_trip",
        "cancellation",
        "other"
      ],
      "type": "string"
    },
    "notes": {
      "type": "string"
    },
    "address": {
      "type": "string"
    },
    "ends_at": {
      "type": "string"
    },
    "location": {
      "type": "string"
    },
    "opponent": {
      "type": "string"
    },
    "starts_at": {
      "type": "string",
      "description": "ISO 8601 timestamp"
    },
    "program_id": {
      "type": "string"
    }
  }
}

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 →