Skip to main content
Glama

ServiceNow MCP Server

by javerthl

list_change_requests

Retrieve and filter change requests from ServiceNow to monitor and manage IT infrastructure modifications. Supports filtering by state, type, category, assignment group, and timeframe.

Instructions

List change requests from ServiceNow

Input Schema

NameRequiredDescriptionDefault
assignment_groupNoFilter by assignment group
categoryNoFilter by category
limitNoMaximum number of records to return
offsetNoOffset to start from
queryNoAdditional query string
stateNoFilter by state
timeframeNoFilter by timeframe (upcoming, in-progress, completed)
typeNoFilter by type (normal, standard, emergency)

Input Schema (JSON Schema)

{ "properties": { "assignment_group": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by assignment group", "title": "Assignment Group" }, "category": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by category", "title": "Category" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 10, "description": "Maximum number of records to return", "title": "Limit" }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 0, "description": "Offset to start from", "title": "Offset" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Additional query string", "title": "Query" }, "state": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by state", "title": "State" }, "timeframe": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by timeframe (upcoming, in-progress, completed)", "title": "Timeframe" }, "type": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by type (normal, standard, emergency)", "title": "Type" } }, "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