Skip to main content
Glama

ServiceNow MCP Server

MIT License

delete_workflow_activity

Remove a specific activity from a workflow on ServiceNow by providing the activity ID or sys_id, streamlining workflow management.

Instructions

Delete an activity from a workflow

Input Schema

NameRequiredDescriptionDefault
activity_idYesActivity ID or sys_id

Input Schema (JSON Schema)

{ "description": "Parameters for deleting a workflow activity.", "properties": { "activity_id": { "description": "Activity ID or sys_id", "title": "Activity Id", "type": "string" } }, "required": [ "activity_id" ], "title": "DeleteWorkflowActivityParams", "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