Skip to main content
Glama

ServiceNow MCP Server

MIT License

get_change_request_details

Retrieve detailed information about a specific change request using its ID or sys_id via the ServiceNow MCP Server's API integration.

Instructions

Get detailed information about a specific change request

Input Schema

NameRequiredDescriptionDefault
change_idYesChange request ID or sys_id

Input Schema (JSON Schema)

{ "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" }

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