Skip to main content

Predictive Maintenance Workflow Guide

Use this guide to build an AI Agent workflow around the FactVerse AI Agent predictive maintenance module. The workflow combines equipment identity, signal history, anomaly context, maintenance records, and field feedback so engineers can review equipment health and plan the next inspection or maintenance step.

Prerequisites

RequirementDetails
Equipment modelStable equipment ID, component hierarchy, location, operating mode, and criticality.
Signal historyTime-series signals, data quality flags, sampling interval, unit normalization, and known gaps.
Maintenance contextInspection records, work orders, replaced parts, failure notes, and operator feedback.
Knowledge baseManuals, standard operating procedures, troubleshooting notes, and site-specific constraints.
Review ownerMaintenance engineer or reliability owner who can accept, revise, or reject a recommendation.

Endpoint and scopes

Use /mcp/pdm/ for predictive maintenance health and anomaly tools. Use /mcp/base/ when the workflow also needs asset records, documents, work-order context, or approved action drafts.

EndpointScopeUse
/mcp/pdm/pdm.readRead health summaries, anomaly context, component signals, and model outputs available to the key.
/mcp/base/base.readRead asset identity, documents, work records, and related operational evidence.
/mcp/base/base.action.writeDraft a follow-up inspection or maintenance action after human approval.

Workflow steps

  1. Define the equipment set: choose the site, asset group, equipment ID, operating mode, and review window.
  2. Check data readiness: confirm signal freshness, missing intervals, unit mapping, and known sensor issues.
  3. Retrieve health context: use runtime-discovered tools to summarize health, anomalies, trend changes, and recent events.
  4. Connect maintenance history: compare anomalies with inspections, part changes, alarms, and operator notes.
  5. Prepare an engineering view: describe probable causes, confidence limits, evidence gaps, and suggested next checks.
  6. Route a reviewed action: draft inspection, spare-part review, or planned maintenance only after the engineer accepts the recommendation.
  7. Feed back outcomes: capture confirmed cause, false alarm, repaired component, and follow-up notes for future model improvement.
SectionContent
Health summaryEquipment, current condition, trend direction, anomaly window, and severity.
EvidenceSignals, model outputs, maintenance records, inspection notes, and source timestamps.
Possible causesRanked engineering hypotheses with supporting and conflicting evidence.
Recommended checksField inspection items, operating checks, data checks, and parts to review.
Review resultEngineer decision, accepted action, rejected recommendation, or required data correction.

Continuous improvement loop

Predictive maintenance workflows improve when completed work feeds back into the data layer. Keep the loop explicit:

  • Confirm whether the anomaly matched a real equipment issue.
  • Record replaced parts, adjusted settings, and inspection findings.
  • Mark false positives and sensor-quality issues.
  • Keep 24x7 signal ingestion visible so model training and rule tuning can use updated operating history.
  • Review model output against engineer feedback before expanding automation.

Common failure modes

SymptomLikely causeResponse
Health output is weakSignal history is short, sparse, or unmappedReturn a data-readiness report before making maintenance suggestions.
Anomaly appears without causeMaintenance and operating context are missingPull work records, inspection notes, operating mode, and recent alarms.
Too many warningsQuery boundary is too broad or thresholds are not tuned for the assetNarrow the equipment group and review thresholds with the engineer.
Recommended action is not acceptedConfidence is low or evidence is incompleteKeep the output as an engineering note and request the missing data.

Validation checklist

  • The workflow uses pdm.read for predictive maintenance tools and writes user-facing output with readable terms such as predictive maintenance module.
  • Each recommendation includes evidence, confidence limits, and missing-data notes.
  • Engineer approval is recorded before creating an action.
  • Completed maintenance outcomes are captured for model and knowledge improvement.