Skip to main content
Glama

ServiceNow MCP Server

MIT License

approve_change

Authorize or reject change requests in ServiceNow by providing the change ID, approver ID, and optional comments. Simplifies change management workflows via the ServiceNow MCP Server.

Instructions

Approve a change request

Input Schema

NameRequiredDescriptionDefault
approval_commentsNoComments for the approval
approver_idNoID of the approver
change_idYesChange request ID or sys_id

Input Schema (JSON Schema)

{ "description": "Parameters for approving a change request.", "properties": { "approval_comments": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Comments for the approval", "title": "Approval Comments" }, "approver_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "ID of the approver", "title": "Approver Id" }, "change_id": { "description": "Change request ID or sys_id", "title": "Change Id", "type": "string" } }, "required": [ "change_id" ], "title": "ApproveChangeParams", "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