Skip to main content
Glama

workflows-mcp

by FiveOhhWon

run_workflow_step

Execute the next step in an active workflow session on the workflows-mcp server, following precise instructions without unnecessary commentary to ensure accurate task progression.

Instructions

Execute the next step in an active workflow session.

IMPORTANT: When executing workflow steps, follow these rules:

  1. DO NOT provide commentary between workflow steps unless explicitly requested
  2. Simply execute each step according to the workflow instructions
  3. Move immediately to the next step after completing the current one
  4. Only provide output when the workflow specifically requires it (e.g., notify actions, final results)
  5. Focus solely on executing the workflow actions as defined

The tool will provide step-by-step instructions that should be followed exactly.

Input Schema

NameRequiredDescriptionDefault
execution_idYes
next_step_neededYes
step_resultNo

Input Schema (JSON Schema)

{ "properties": { "execution_id": { "type": "string" }, "next_step_needed": { "type": "boolean" }, "step_result": {} }, "required": [ "execution_id", "next_step_needed" ], "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