Skip to main content
Glama

ServiceNow MCP Server

by javerthl

add_file_to_changeset

Add a file to a ServiceNow changeset by providing the changeset ID, file path, and file content to manage change-related documentation and attachments.

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)

{ "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" ], "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