Skip to main content
Glama

ServiceNow MCP Server

by javerthl

publish_changeset

Publish a ServiceNow changeset to deploy configuration updates from development to production environments, with optional notes for tracking.

Instructions

Publish a changeset in ServiceNow

Input Schema

NameRequiredDescriptionDefault
changeset_idYesChangeset ID or sys_id
publish_notesNoNotes for publishing

Input Schema (JSON Schema)

{ "properties": { "changeset_id": { "description": "Changeset ID or sys_id", "title": "Changeset Id", "type": "string" }, "publish_notes": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Notes for publishing", "title": "Publish Notes" } }, "required": [ "changeset_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