Skip to main content
Glama

ServiceNow MCP Server

MIT License

update_workflow

Modify existing workflows in ServiceNow by updating details such as name, description, table association, active status, and additional attributes using the workflow ID.

Instructions

Update an existing workflow in ServiceNow

Input Schema

NameRequiredDescriptionDefault
activeNoWhether the workflow is active
attributesNoAdditional attributes for the workflow
descriptionNoDescription of the workflow
nameNoName of the workflow
tableNoTable the workflow applies to
workflow_idYesWorkflow ID or sys_id

Input Schema (JSON Schema)

{ "description": "Parameters for updating a workflow.", "properties": { "active": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "description": "Whether the workflow is active", "title": "Active" }, "attributes": { "anyOf": [ { "type": "object" }, { "type": "null" } ], "default": null, "description": "Additional attributes for the workflow", "title": "Attributes" }, "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Description of the workflow", "title": "Description" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Name of the workflow", "title": "Name" }, "table": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Table the workflow applies to", "title": "Table" }, "workflow_id": { "description": "Workflow ID or sys_id", "title": "Workflow Id", "type": "string" } }, "required": [ "workflow_id" ], "title": "UpdateWorkflowParams", "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