Skip to main content
Glama

ServiceNow MCP Server

MIT License

delete_script_include

Remove a script include from a ServiceNow instance by specifying its ID or name using the ServiceNow MCP Server API.

Instructions

Delete a script include in ServiceNow

Input Schema

NameRequiredDescriptionDefault
script_include_idYesScript include ID or name

Input Schema (JSON Schema)

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