query_dmc_sfc_production_events
Query individual step executions and yield/scrap logs for SFC production events to analyze manufacturing performance and identify issues.
Instructions
Specialized tool to query individual step executions and yield/scrap logs for SFCs (SFC_PRODUCTION_EVENTS table). 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 |
|---|---|---|---|
| sfc | No | Filter by SFC ID, e.g. "SFC12345" | |
| 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 | |
| select | No | Comma-separated properties to return | |
| userId | No | Filter by operator User ID | |
| orderby | No | Sorting criteria. Defaults to "EVENT_OCCURRED_AT desc". | |
| eventType | No | Filter by event type, e.g. "START", "COMPLETE", "SCRAP" |