Skip to main content
Glama

LLV Helix Framework

compose_rhythm

Build complex rhythms by combining lines, loops, and vibes with weighted components and tempo control for creative workflows.

Instructions

Compose a complex rhythm from lines, loops, and vibes

Input Schema

NameRequiredDescriptionDefault
componentsYesComponents and their weights
nameYesName for the composed rhythm
tempoNoBase tempo in BPM

Input Schema (JSON Schema)

{ "properties": { "components": { "description": "Components and their weights", "items": { "properties": { "element": { "type": "string" }, "weight": { "type": "number" } }, "type": "object" }, "type": "array" }, "name": { "description": "Name for the composed rhythm", "type": "string" }, "tempo": { "description": "Base tempo in BPM", "type": "number" } }, "required": [ "name", "components" ], "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