Skip to main content
Glama

ServiceNow MCP Server

MIT License

add_workflow_activity

Add a new activity to a ServiceNow workflow by specifying workflow version, name, type, and optional attributes, streamlining workflow customization.

Instructions

Add a new activity to a workflow in ServiceNow

Input Schema

NameRequiredDescriptionDefault
activity_typeYesType of activity (e.g., 'approval', 'task', 'notification')
attributesNoAdditional attributes for the activity
descriptionNoDescription of the activity
nameYesName of the activity
workflow_version_idYesWorkflow version ID

Input Schema (JSON Schema)

{ "description": "Parameters for adding an activity to a workflow.", "properties": { "activity_type": { "description": "Type of activity (e.g., 'approval', 'task', 'notification')", "title": "Activity Type", "type": "string" }, "attributes": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "description": "Additional attributes for the activity", "title": "Attributes" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Description of the activity", "title": "Description" }, "name": { "description": "Name of the activity", "title": "Name", "type": "string" }, "workflow_version_id": { "description": "Workflow version ID", "title": "Workflow Version Id", "type": "string" } }, "required": [ "workflow_version_id", "name", "activity_type" ], "title": "AddWorkflowActivityParams", "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