ServiceNow MCP Server

by osomai
Verified

list_change_requests

Retrieve and filter change requests from ServiceNow by assignment group, category, state, timeframe, or type to streamline change management processes.

Instructions

List change requests from ServiceNow

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "ListChangeRequestsParams": { "description": "Parameters for listing change requests.", "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" } }, "title": "ListChangeRequestsParams", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/ListChangeRequestsParams" } }, "required": [ "params" ], "title": "list_change_requestsArguments", "type": "object" }
ID: wfdzusqbvb