Skip to main content
Glama

ServiceNow MCP Server

MIT License

create_script_include

Generate and configure a new script include in ServiceNow, specifying name, script content, API name, access level, and whether it is client-callable or active.

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)

{ "description": "Parameters for creating a script include.", "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" ], "title": "CreateScriptIncludeParams", "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