Skip to main content
Glama

ServiceNow MCP Server

get_script_include

Retrieve a specific script include from ServiceNow by providing its ID or name. Connects to ServiceNow instances to fetch data via the API for streamlined access and integration.

Instructions

Get a specific script include from ServiceNow

Input Schema

NameRequiredDescriptionDefault
script_include_idYesScript include ID or name

Input Schema (JSON Schema)

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

If you have feedback or need assistance with the MCP directory API, please join our Discord server