Skip to main content
Glama

ServiceNow MCP Server

by javerthl

update_changeset

Modify an existing ServiceNow changeset by updating its name, description, state, or assigned developer to reflect current requirements or progress.

Instructions

Update an existing changeset in ServiceNow

Input Schema

NameRequiredDescriptionDefault
changeset_idYesChangeset ID or sys_id
descriptionNoDescription of the changeset
developerNoDeveloper responsible for the changeset
nameNoName of the changeset
stateNoState of the changeset

Input Schema (JSON Schema)

{ "properties": { "changeset_id": { "description": "Changeset ID or sys_id", "title": "Changeset Id", "type": "string" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Description of the changeset", "title": "Description" }, "developer": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Developer responsible for the changeset", "title": "Developer" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Name of the changeset", "title": "Name" }, "state": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "State of the changeset", "title": "State" } }, "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