Skip to main content
Glama

ServiceNow MCP Server

by javerthl

get_workflow_details

Retrieve comprehensive details about a ServiceNow workflow, including its configuration and optional version history, to understand workflow structure and functionality.

Instructions

Get detailed information about a specific workflow

Input Schema

NameRequiredDescriptionDefault
include_versionsNoInclude workflow versions
workflow_idYesWorkflow ID or sys_id

Input Schema (JSON Schema)

{ "properties": { "include_versions": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": false, "description": "Include workflow versions", "title": "Include Versions" }, "workflow_id": { "description": "Workflow ID or sys_id", "title": "Workflow Id", "type": "string" } }, "required": [ "workflow_id" ], "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