Skip to main content
Glama

ServiceNow MCP Server

by javerthl

list_script_includes

Retrieve and filter ServiceNow script includes with options for pagination, active status, client callability, and search queries.

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)

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