Skip to main content
Glama

ServiceNow MCP Server

MIT License

reject_change

Reject a change request in ServiceNow by specifying the request ID, approver ID, and reason for rejection using the MCP Server API.

Instructions

Reject a change request

Input Schema

NameRequiredDescriptionDefault
approver_idNoID of the approver
change_idYesChange request ID or sys_id
rejection_reasonYesReason for rejection

Input Schema (JSON Schema)

{ "description": "Parameters for rejecting a change request.", "properties": { "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" }, "rejection_reason": { "description": "Reason for rejection", "title": "Rejection Reason", "type": "string" } }, "required": [ "change_id", "rejection_reason" ], "title": "RejectChangeParams", "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