Skip to main content
Glama

LLV Helix Framework

create_line

Establish connections between points by defining a path with customizable rhythm, enabling structured flow creation in strategic and creative workflows.

Instructions

Create a line - a connection or path between points

Input Schema

NameRequiredDescriptionDefault
fromYesStarting point
nameYesName of the line
rhythmNoRhythm of the line
toYesEnding point

Input Schema (JSON Schema)

{ "properties": { "from": { "description": "Starting point", "type": "string" }, "name": { "description": "Name of the line", "type": "string" }, "rhythm": { "description": "Rhythm of the line", "enum": [ "steady", "accelerating", "pulsing", "syncopated", "flowing" ], "type": "string" }, "to": { "description": "Ending point", "type": "string" } }, "required": [ "name", "from", "to" ], "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