Skip to main content
Glama

ServiceNow MCP Server

MIT License

add_file_to_changeset

Include a file in a ServiceNow changeset by specifying the changeset ID, file path, and file content. Simplify updates and version control in ServiceNow workflows.

Instructions

Add a file to a changeset in ServiceNow

Input Schema

NameRequiredDescriptionDefault
changeset_idYesChangeset ID or sys_id
file_contentYesContent of the file
file_pathYesPath of the file to add

Input Schema (JSON Schema)

{ "description": "Parameters for adding a file to a changeset.", "properties": { "changeset_id": { "description": "Changeset ID or sys_id", "title": "Changeset Id", "type": "string" }, "file_content": { "description": "Content of the file", "title": "File Content", "type": "string" }, "file_path": { "description": "Path of the file to add", "title": "File Path", "type": "string" } }, "required": [ "changeset_id", "file_path", "file_content" ], "title": "AddFileToChangesetParams", "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