Skip to main content
Glama

ServiceNow MCP Server

MIT License

activate_workflow

Initiate a workflow in ServiceNow by providing the workflow ID, enabling automated processes and task management through the ServiceNow MCP Server.

Instructions

Activate a workflow in ServiceNow

Input Schema

NameRequiredDescriptionDefault
workflow_idYesWorkflow ID or sys_id

Input Schema (JSON Schema)

{ "description": "Parameters for activating a workflow.", "properties": { "workflow_id": { "description": "Workflow ID or sys_id", "title": "Workflow Id", "type": "string" } }, "required": [ "workflow_id" ], "title": "ActivateWorkflowParams", "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