Skip to main content
Glama

ServiceNow MCP Server

MIT License

create_incident

Initiate and log new incidents in ServiceNow by providing essential details like description, priority, impact, and assignment details for efficient issue resolution.

Instructions

Create a new incident in ServiceNow

Input Schema

NameRequiredDescriptionDefault
assigned_toNoUser assigned to the incident
assignment_groupNoGroup assigned to the incident
caller_idNoUser who reported the incident
categoryNoCategory of the incident
descriptionNoDetailed description of the incident
impactNoImpact of the incident
priorityNoPriority of the incident
short_descriptionYesShort description of the incident
subcategoryNoSubcategory of the incident
urgencyNoUrgency of the incident

Input Schema (JSON Schema)

{ "description": "Parameters for creating 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" }, "caller_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "User who reported the incident", "title": "Caller Id" }, "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Category of the incident", "title": "Category" }, "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" }, "priority": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Priority of the incident", "title": "Priority" }, "short_description": { "description": "Short description of the incident", "title": "Short Description", "type": "string" }, "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" } }, "required": [ "short_description" ], "title": "CreateIncidentParams", "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