Connection check
verified live · 27h ago
agent-workflow-engine
Cloudflare Workers MCP server: agent-workflow-engine
Tools
5
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
5 toolsRead from the running server on 27h ago.
auto_route_next_step
workflow_token*current_agent_output
Advance to the next workflow step, evaluating conditional branches. Returns next_agent and updated workflow_token. Advance to the next workflow step, evaluating conditional branches. Returns next_agent and updated workflow_token.
create_workflow
name*stepsagents*
Create a new multi-agent workflow. Returns a workflow_token encoding the full state — pass it to all subsequent calls. Create a new multi-agent workflow. Returns a workflow_token encoding the full state — pass it to all subsequent calls.
get_workflow_status
workflow_token*
Decode a workflow_token and return full status summary. Decode a workflow_token and return full status summary.
set_conditional_branch
step_index*workflow_token*condition_logic*
Attach a conditional branch to a step. Operator is evaluated against agent output when routing. Returns updated workflow_token. Attach a conditional branch to a step. Operator is evaluated against agent output when routing. Returns updated workflow_token.
track_agent_state
erroroutputstatus*agent_id*workflow_token*execution_time_ms