Skip to main content
Glama

ServiceNow MCP Server

by javerthl

resolve_incident

Close and resolve ServiceNow incidents by providing incident ID, resolution code, and detailed resolution notes to document the solution.

Instructions

Resolve an incident in ServiceNow

Input Schema

NameRequiredDescriptionDefault
incident_idYesIncident ID or sys_id
resolution_codeYesResolution code for the incident
resolution_notesYesResolution notes for the incident

Input Schema (JSON Schema)

{ "properties": { "incident_id": { "description": "Incident ID or sys_id", "title": "Incident Id", "type": "string" }, "resolution_code": { "description": "Resolution code for the incident", "title": "Resolution Code", "type": "string" }, "resolution_notes": { "description": "Resolution notes for the incident", "title": "Resolution Notes", "type": "string" } }, "required": [ "incident_id", "resolution_code", "resolution_notes" ], "type": "object" }

Other Tools from ServiceNow MCP Server

Related Tools

    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/javerthl/servicenow-mcp'

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