Skip to main content
Glama

ServiceNow MCP Server

by javerthl

get_change_request_details

Retrieve comprehensive details about a specific ServiceNow change request using its unique identifier to access status, implementation details, and related information.

Instructions

Get detailed information about a specific change request

Input Schema

NameRequiredDescriptionDefault
change_idYesChange request ID or sys_id

Input Schema (JSON Schema)

{ "properties": { "change_id": { "description": "Change request ID or sys_id", "title": "Change Id", "type": "string" } }, "required": [ "change_id" ], "type": "object" }

Other Tools from ServiceNow MCP Server

Related Tools

    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/javerthl/servicenow-mcp'

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