Skip to main content
Glama

ServiceNow MCP Server

MIT License

resolve_incident

Close incidents in ServiceNow by providing the incident ID, resolution code, and notes to ensure accurate tracking and resolution of issues.

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)

{ "description": "Parameters for resolving an incident.", "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" ], "title": "ResolveIncidentParams", "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