Skip to main content
Glama

ServiceNow MCP Server

get_change_request_details

Retrieve comprehensive details of a specific change request by its ID using the ServiceNow API. Simplify tracking and management of change requests in ServiceNow instances.

Instructions

Get detailed information about a specific change request

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "GetChangeRequestDetailsParams": { "description": "Parameters for getting change request details.", "properties": { "change_id": { "description": "Change request ID or sys_id", "title": "Change Id", "type": "string" } }, "required": [ "change_id" ], "title": "GetChangeRequestDetailsParams", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/GetChangeRequestDetailsParams" } }, "required": [ "params" ], "title": "get_change_request_detailsArguments", "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/echelon-ai-labs/servicenow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server