Skip to main content
Glama

ServiceNow MCP Server

MIT License

get_changeset_details

Retrieve detailed information about a specific changeset using its ID or sys_id, enabling precise tracking and management within ServiceNow instances.

Instructions

Get detailed information about a specific changeset

Input Schema

NameRequiredDescriptionDefault
changeset_idYesChangeset ID or sys_id

Input Schema (JSON Schema)

{ "description": "Parameters for getting changeset details.", "properties": { "changeset_id": { "description": "Changeset ID or sys_id", "title": "Changeset Id", "type": "string" } }, "required": [ "changeset_id" ], "title": "GetChangesetDetailsParams", "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