Skip to main content
Glama

ServiceNow MCP Server

MIT License

update_incident

Modify and update existing incident records in ServiceNow, including details like description, state, priority, and assigned personnel, ensuring accurate incident management and tracking.

Instructions

Update an existing incident in ServiceNow

Input Schema

NameRequiredDescriptionDefault
assigned_toNoUser assigned to the incident
assignment_groupNoGroup assigned to the incident
categoryNoCategory of the incident
close_codeNoClose code for the incident
close_notesNoClose notes to add to the incident
descriptionNoDetailed description of the incident
impactNoImpact of the incident
incident_idYesIncident ID or sys_id
priorityNoPriority of the incident
short_descriptionNoShort description of the incident
stateNoState of the incident
subcategoryNoSubcategory of the incident
urgencyNoUrgency of the incident
work_notesNoWork notes to add to the incident

Input Schema (JSON Schema)

{ "description": "Parameters for updating an incident.", "properties": { "assigned_to": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "User assigned to the incident", "title": "Assigned To" }, "assignment_group": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Group assigned to the incident", "title": "Assignment Group" }, "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Category of the incident", "title": "Category" }, "close_code": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Close code for the incident", "title": "Close Code" }, "close_notes": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Close notes to add to the incident", "title": "Close Notes" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Detailed description of the incident", "title": "Description" }, "impact": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Impact of the incident", "title": "Impact" }, "incident_id": { "description": "Incident ID or sys_id", "title": "Incident Id", "type": "string" }, "priority": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Priority of the incident", "title": "Priority" }, "short_description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Short description of the incident", "title": "Short Description" }, "state": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "State of the incident", "title": "State" }, "subcategory": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Subcategory of the incident", "title": "Subcategory" }, "urgency": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Urgency of the incident", "title": "Urgency" }, "work_notes": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Work notes to add to the incident", "title": "Work Notes" } }, "required": [ "incident_id" ], "title": "UpdateIncidentParams", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/vparlapalli490/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server