Skip to main content
Glama

ServiceNow MCP Server

list_workflows

Retrieve and filter workflows from ServiceNow instances using customizable parameters like active status, name, and query limits for efficient workflow management.

Instructions

List workflows from ServiceNow

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "ListWorkflowsParams": { "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" } }, "properties": { "params": { "$ref": "#/$defs/ListWorkflowsParams" } }, "required": [ "params" ], "title": "list_workflowsArguments", "type": "object" }

You must be authenticated.

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/echelon-ai-labs/servicenow-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server