Skip to main content
Glama

ServiceNow MCP Server

by javerthl

create_script_include

Create a new script include in ServiceNow by providing a name, script content, and optional configuration settings for client callable status, access level, and activation.

Instructions

Create a new script include in ServiceNow

Input Schema

NameRequiredDescriptionDefault
accessNoAccess level of the script includepackage_private
activeNoWhether the script include is active
api_nameNoAPI name of the script include
client_callableNoWhether the script include is client callable
descriptionNoDescription of the script include
nameYesName of the script include
scriptYesScript content

Input Schema (JSON Schema)

{ "properties": { "access": { "default": "package_private", "description": "Access level of the script include", "title": "Access", "type": "string" }, "active": { "default": true, "description": "Whether the script include is active", "title": "Active", "type": "boolean" }, "api_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "API name of the script include", "title": "Api Name" }, "client_callable": { "default": false, "description": "Whether the script include is client callable", "title": "Client Callable", "type": "boolean" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Description of the script include", "title": "Description" }, "name": { "description": "Name of the script include", "title": "Name", "type": "string" }, "script": { "description": "Script content", "title": "Script", "type": "string" } }, "required": [ "name", "script" ], "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