Skip to main content
Glama

ServiceNow MCP Server

MIT License

get_script_include

Retrieve a specific script include from ServiceNow using its ID or name to access and manage server-side logic efficiently through the MCP Server.

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" }

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