Skip to main content
Glama

ServiceNow MCP Server

by javerthl

list_workflows

Retrieve and filter workflows from ServiceNow to manage automation processes, with options to limit results, apply status filters, and search by name.

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)

{ "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" } }, "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