Skip to main content
Glama

ServiceNow MCP Server

MIT License

list_workflows

Retrieve and filter workflows from ServiceNow using API queries. Specify parameters like name, active status, and pagination to streamline workflow management.

Instructions

List workflows from ServiceNow

Input Schema

NameRequiredDescriptionDefault
activeNoFilter by active status
limitNoMaximum number of records to return
nameNoFilter by name (contains)
offsetNoOffset to start from
queryNoAdditional query string

Input Schema (JSON Schema)

{ "description": "Parameters for listing workflows.", "properties": { "active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Filter by active status", "title": "Active" }, "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": 10, "description": "Maximum number of records to return", "title": "Limit" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter by name (contains)", "title": "Name" }, "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" } }, "title": "ListWorkflowsParams", "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