resources_updateMaintenanceDispatch
WRITEUpdate maintenance dispatch.
Parameters
idstringrequiredstatusstringoptionalprioritystringoptionalseverityanyoptionalsourceenumoptionaloeeImpactstringoptionalworkCenterIdstringnulloptionallocationIdstringoptionalassigneestringnulloptionalsuspectedFailureModeIdstringnulloptionalactualFailureModeIdstringnulloptionalprocedureIdstringnulloptionalplannedStartTimestringnulloptionalplannedEndTimestringnulloptionalactualStartTimestringnulloptionalactualEndTimestringnulloptionalcontentanyoptionalCall it
Invoke it through the call_tool meta-tool with its arguments:
call_tool
call_tool({
"name": "resources_updateMaintenanceDispatch",
"arguments": {
"id": "string"
}
})Input schema
The raw JSON Schema the tool validates its arguments against.
schema
{
"type": "object",
"properties": {
"id": {
"type": "string"
},
"status": {
"type": "string"
},
"priority": {
"type": "string"
},
"severity": {},
"source": {
"type": "string",
"enum": [
"Scheduled",
"Reactive",
"Non-Conformance"
]
},
"oeeImpact": {
"type": "string"
},
"workCenterId": {
"type": [
"string",
"null"
]
},
"locationId": {
"type": "string"
},
"assignee": {
"type": [
"string",
"null"
]
},
"suspectedFailureModeId": {
"type": [
"string",
"null"
]
},
"actualFailureModeId": {
"type": [
"string",
"null"
]
},
"procedureId": {
"type": [
"string",
"null"
]
},
"plannedStartTime": {
"type": [
"string",
"null"
]
},
"plannedEndTime": {
"type": [
"string",
"null"
]
},
"actualStartTime": {
"type": [
"string",
"null"
]
},
"actualEndTime": {
"type": [
"string",
"null"
]
},
"content": {}
},
"required": [
"id"
]
}