Skip to main content
Glama

ServiceNow MCP Server

MIT License

publish_changeset

Deploy a changeset in ServiceNow by specifying the changeset ID and optional publish notes. Enables efficient updates and modifications to your ServiceNow instance.

Instructions

Publish a changeset in ServiceNow

Input Schema

NameRequiredDescriptionDefault
changeset_idYesChangeset ID or sys_id
publish_notesNoNotes for publishing

Input Schema (JSON Schema)

{ "description": "Parameters for publishing a changeset.", "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" ], "title": "PublishChangesetParams", "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