Skip to main content
Glama

ServiceNow MCP Server

MIT License

commit_changeset

Commit ServiceNow changesets with a specific ID and optional message to track and save modifications. Facilitates accurate version control and change management.

Instructions

Commit a changeset in ServiceNow

Input Schema

NameRequiredDescriptionDefault
changeset_idYesChangeset ID or sys_id
commit_messageNoCommit message

Input Schema (JSON Schema)

{ "description": "Parameters for committing a changeset.", "properties": { "changeset_id": { "description": "Changeset ID or sys_id", "title": "Changeset Id", "type": "string" }, "commit_message": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Commit message", "title": "Commit Message" } }, "required": [ "changeset_id" ], "title": "CommitChangesetParams", "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