get_planungsgruppen
Retrieve planning group IDs for a month; use them to access specific duty rosters.
Instructions
Returns all planning groups (Planungsgruppen) visible to the logged-in employee for the given month. Use this to discover available group IDs before calling get_abteilungsdienstplan.
Returns: Array of { name: string, id: number }
Example IDs (may vary per installation): 948 = RW 44 Haßloch 949 = RW 51 Neustadt
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | Year, e.g. 2026 | |
| month | Yes | Month (1–12) |