scheduling_capacity_calculate
Calculate available scheduling capacity for specified business units within a given time window, using optional skill-based filtering and job type constraints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| startsOnOrAfter | Yes | UTC start of search window (ISO datetime, e.g. 2026-05-01T12:00:00Z) | |
| endsOnOrBefore | Yes | UTC end of search window (ISO datetime) | |
| businessUnitIds | Yes | One or more business unit IDs to query | |
| skillBasedAvailability | Yes | Whether to apply skill-based availability filtering. Required by ST. Pass false to skip skill filtering. | |
| jobTypeId | No | Optional job type ID. If set, ST also requires `args` — see below. Omit both for general capacity-by-BU queries. | |
| args | No | Per-job-type arguments (required when jobTypeId is set). Shape varies by tenant configuration. | |
| _confirmed | No | Set to true to confirm this write operation |