Skip to main content
Glama

ServiceNow MCP Server

MIT License

update_script_include

Modify script includes in ServiceNow by updating script content, API name, client callable status, or access level for improved functionality and integration.

Instructions

Update an existing script include in ServiceNow

Input Schema

NameRequiredDescriptionDefault
accessNoAccess level of the script include
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
scriptNoScript content
script_include_idYesScript include ID or name

Input Schema (JSON Schema)

{ "description": "Parameters for updating a script include.", "properties": { "access": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Access level of the script include", "title": "Access" }, "active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Whether the script include is active", "title": "Active" }, "api_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "API name of the script include", "title": "Api Name" }, "client_callable": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Whether the script include is client callable", "title": "Client Callable" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Description of the script include", "title": "Description" }, "script": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Script content", "title": "Script" }, "script_include_id": { "description": "Script include ID or name", "title": "Script Include Id", "type": "string" } }, "required": [ "script_include_id" ], "title": "UpdateScriptIncludeParams", "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