Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_production_orders | Get production orders from MES system. Can filter by status. |
| get_work_orders | Get work orders from MES system. Can filter by status or production order. |
| get_equipment | Get equipment status from MES system. Can filter by status or get specific equipment. |
| get_maintenance_tasks | Get maintenance tasks from CMMS system. Can filter by status, priority, or type. |
| get_assets | Get assets from CMMS system. Can filter by status or get specific asset. |
| get_maintenance_history | Get maintenance history from CMMS system. Can filter by asset or date range. |
| create_maintenance_task | Create a new maintenance task in CMMS system. |
| get_sensors | Get sensors from IoT system. Can filter by type, status, or equipment. |
| get_sensor_readings | Get sensor readings from IoT system. Can filter by sensor, status, or time range. |
| get_devices | Get IoT devices. Can filter by status or type. |
| get_alerts | Get IoT alerts. Can filter by severity, acknowledged status, or device. |
| acknowledge_alert | Acknowledge an IoT alert. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| MES Production Orders | All production orders from MES system |
| MES Equipment | All equipment from MES system |
| CMMS Maintenance Tasks | All maintenance tasks from CMMS system |
| CMMS Assets | All assets from CMMS system |
| IoT Sensors | All sensors from IoT system |
| IoT Alerts | All active alerts from IoT system |