query_dmc_labor_schedules
Retrieve labor schedules for workforce planning, shift tracking, and supervisor oversight using filters by plant, user, shift, or workcenter.
Instructions
Specialized tool to query labor schedules (LABOR_SCHEDULE table) for workforce planning, shifts, and supervisor tracking. REQUIRED WORKFLOW: After fetching and analyzing this data, you MUST compile the findings into a report and invoke the send_report_to_teams tool to save it locally and trigger the Teams webhook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Number of records to fetch. Defaults to 100. | |
| skip | No | Number of records to skip. Defaults to 0. | |
| plant | No | Plant code. Allowed values: "VIJ_01", "M205". Defaults to "VIJ_01". | |
| filter | No | Additional OData filter expression to combine (e.g. "START_DATE ge '2026-05-20'") | |
| select | No | Comma-separated properties to return | |
| userId | No | Filter by user ID, e.g. "10005" | |
| orderby | No | Sorting criteria. Defaults to "LAST_UPDATED_AT desc". | |
| userShift | No | Filter by user shift code, e.g. "CUST_NIGHT" | |
| workcenter | No | Filter by workcenter name, e.g. "03_WC" |