Skip to main content
Glama

ServiceNow MCP Server

MIT License

update_change_request

Modify existing change requests in ServiceNow by updating details such as state, description, risk, impact, start date, and assignment group to ensure accurate tracking and management.

Instructions

Update an existing change request in ServiceNow

Input Schema

NameRequiredDescriptionDefault
assignment_groupNoGroup assigned to the change
categoryNoCategory of the change
change_idYesChange request ID or sys_id
descriptionNoDetailed description of the change request
end_dateNoPlanned end date (YYYY-MM-DD HH:MM:SS)
impactNoImpact of the change
riskNoRisk level of the change
short_descriptionNoShort description of the change request
start_dateNoPlanned start date (YYYY-MM-DD HH:MM:SS)
stateNoState of the change request
work_notesNoWork notes to add to the change request

Input Schema (JSON Schema)

{ "description": "Parameters for updating a change request.", "properties": { "assignment_group": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Group assigned to the change", "title": "Assignment Group" }, "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Category of the change", "title": "Category" }, "change_id": { "description": "Change request ID or sys_id", "title": "Change Id", "type": "string" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Detailed description of the change request", "title": "Description" }, "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Planned end date (YYYY-MM-DD HH:MM:SS)", "title": "End Date" }, "impact": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Impact of the change", "title": "Impact" }, "risk": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Risk level of the change", "title": "Risk" }, "short_description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Short description of the change request", "title": "Short Description" }, "start_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Planned start date (YYYY-MM-DD HH:MM:SS)", "title": "Start Date" }, "state": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "State of the change request", "title": "State" }, "work_notes": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Work notes to add to the change request", "title": "Work Notes" } }, "required": [ "change_id" ], "title": "UpdateChangeRequestParams", "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