Schedule Groups
Tools for organizing schedules into folders.
list_schedule_groups
List all schedule groups. Returns group objects with id, name, and parent_id.
Parameters: None
create_schedule_group
Create a new schedule group.
| Parameter | Type | Required | Description |
|---|---|---|---|
name |
string | Yes | Name for the new group |
parent_id |
string | No | Parent group ID for nesting (omit for top-level) |