Skip to main content
Glama

ServiceNow MCP Server

MIT License

list_script_includes

Retrieve and filter script includes from ServiceNow instances with customizable parameters such as active status, client callability, and search queries for precise results.

Instructions

List script includes from ServiceNow

Input Schema

NameRequiredDescriptionDefault
activeNoFilter by active status
client_callableNoFilter by client callable status
limitNoMaximum number of script includes to return
offsetNoOffset for pagination
queryNoSearch query for script includes

Input Schema (JSON Schema)

{ "description": "Parameters for listing script includes.", "properties": { "active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Filter by active status", "title": "Active" }, "client_callable": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Filter by client callable status", "title": "Client Callable" }, "limit": { "default": 10, "description": "Maximum number of script includes to return", "title": "Limit", "type": "integer" }, "offset": { "default": 0, "description": "Offset for pagination", "title": "Offset", "type": "integer" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Search query for script includes", "title": "Query" } }, "title": "ListScriptIncludesParams", "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