Skip to main content
Glama

ServiceNow MCP Server

MIT License

list_changesets

Retrieve and filter changesets from ServiceNow using customizable parameters such as state, application, developer, and timeframe, enabling efficient tracking and analysis.

Instructions

List changesets from ServiceNow

Input Schema

NameRequiredDescriptionDefault
applicationNoFilter by application
developerNoFilter by developer
limitNoMaximum number of records to return
offsetNoOffset to start from
queryNoAdditional query string
stateNoFilter by state
timeframeNoFilter by timeframe (recent, last_week, last_month)

Input Schema (JSON Schema)

{ "description": "Parameters for listing changesets.", "properties": { "application": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by application", "title": "Application" }, "developer": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by developer", "title": "Developer" }, "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 (recent, last_week, last_month)", "title": "Timeframe" } }, "title": "ListChangesetsParams", "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