Skip to main content
Glama

ServiceNow MCP Server

MIT License

get_workflow_activities

Retrieve activities for a specific workflow in ServiceNow using the workflow ID and optional version. Enables efficient workflow management and insight into process steps.

Instructions

Get activities for a specific workflow

Input Schema

NameRequiredDescriptionDefault
versionNoSpecific version to get activities for
workflow_idYesWorkflow ID or sys_id

Input Schema (JSON Schema)

{ "description": "Parameters for getting workflow activities.", "properties": { "version": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Specific version to get activities for", "title": "Version" }, "workflow_id": { "description": "Workflow ID or sys_id", "title": "Workflow Id", "type": "string" } }, "required": [ "workflow_id" ], "title": "GetWorkflowActivitiesParams", "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