query_dmc_downtimes
Retrieve equipment downtime events to track OEE and utilization. Filter by plant, resource, or reason code to analyze production losses.
Instructions
Specialized tool to query equipment/resource downtime events (DOWNTIME table) for OEE and utilization tracking. REQUIRED WORKFLOW: After fetching all records (paginating if needed) and analyzing/forecasting, 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. "DOWNTIME_START_DATE_TIME ge 2026-05-20T00:00:00Z") | |
| select | No | Comma-separated properties to return | |
| orderby | No | Sorting criteria. Defaults to "LAST_UPDATED_AT desc". | |
| resource | No | Filter by resource name/ID | |
| reasonCode | No | Filter by reason code identifier (REASON_CODE_ID) |