Skip to main content
Glama

workflows-mcp

by FiveOhhWon

rollback_workflow

Restore a workflow to an earlier version by specifying the workflow ID and target version. Ideal for reverting changes or addressing errors in complex multi-step processes.

Instructions

Rollback a workflow to a previous version

Input Schema

NameRequiredDescriptionDefault
reasonNo
target_versionYes
workflow_idYes

Input Schema (JSON Schema)

{ "properties": { "reason": { "type": "string" }, "target_version": { "type": "string" }, "workflow_id": { "type": "string" } }, "required": [ "workflow_id", "target_version" ], "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/FiveOhhWon/workflows-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server