Skip to main content
Glama

ServiceNow MCP Server

MIT License

update_workflow_activity

Modify workflow activities in ServiceNow by updating activity names, descriptions, or attributes. Streamline process automation with targeted changes.

Instructions

Update an existing activity in a workflow

Input Schema

NameRequiredDescriptionDefault
activity_idYesActivity ID or sys_id
attributesNoAdditional attributes for the activity
descriptionNoDescription of the activity
nameNoName of the activity

Input Schema (JSON Schema)

{ "description": "Parameters for updating a workflow activity.", "properties": { "activity_id": { "description": "Activity ID or sys_id", "title": "Activity Id", "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": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Name of the activity", "title": "Name" } }, "required": [ "activity_id" ], "title": "UpdateWorkflowActivityParams", "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