Skip to main content
Glama

ServiceNow MCP Server

by javerthl

delete_script_include

Remove a script include from a ServiceNow instance by providing its ID or name to manage server-side logic and maintain system integrity.

Instructions

Delete a script include in ServiceNow

Input Schema

NameRequiredDescriptionDefault
script_include_idYesScript include ID or name

Input Schema (JSON Schema)

{ "properties": { "script_include_id": { "description": "Script include ID or name", "title": "Script Include Id", "type": "string" } }, "required": [ "script_include_id" ], "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