Skip to main content
Glama

LLV Helix Framework

create_loop

Build iterative cycles for strategic design and creative workflows by configuring loop patterns and rhythms to manage innovation processes.

Instructions

Create a loop - an iterative cycle

Input Schema

NameRequiredDescriptionDefault
nameYesName of the loop
rhythmNoRhythm pattern of iterations
typeYesType of loop pattern

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Name of the loop", "type": "string" }, "rhythm": { "description": "Rhythm pattern of iterations", "enum": [ "constant", "variable", "fibonacci", "exponential", "harmonic" ], "type": "string" }, "type": { "description": "Type of loop pattern", "enum": [ "infinite", "convergent", "divergent", "spiral", "oscillating" ], "type": "string" } }, "required": [ "name", "type" ], "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