Skip to main content
Glama

LLV Helix Framework

iterate_loop

Execute a single iteration of a named loop with optional rhythm application to process input data within structured workflows.

Instructions

Execute one iteration of a loop with rhythm

Input Schema

NameRequiredDescriptionDefault
apply_rhythmNoApply the loop's rhythm pattern
inputYesInput for this iteration
loop_nameYesName of the loop to iterate

Input Schema (JSON Schema)

{ "properties": { "apply_rhythm": { "default": true, "description": "Apply the loop's rhythm pattern", "type": "boolean" }, "input": { "description": "Input for this iteration", "type": "string" }, "loop_name": { "description": "Name of the loop to iterate", "type": "string" } }, "required": [ "loop_name", "input" ], "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/suhitanantula/llv-helix'

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