Skip to main content
Glama

LLV Helix Framework

create_vibe

Generate energy states or atmospheres with customizable parameters for creative workflows, strategic design, and innovation processes.

Instructions

Create a vibe - an energy or atmosphere

Input Schema

NameRequiredDescriptionDefault
energyYesEnergy type
frequencyNoFrequency/tempo (1-100 Hz)
nameYesName of the vibe
rhythmNoRhythmic pattern

Input Schema (JSON Schema)

{ "properties": { "energy": { "description": "Energy type", "enum": [ "calm", "intense", "chaotic", "focused", "expansive" ], "type": "string" }, "frequency": { "description": "Frequency/tempo (1-100 Hz)", "maximum": 100, "minimum": 1, "type": "number" }, "name": { "description": "Name of the vibe", "type": "string" }, "rhythm": { "description": "Rhythmic pattern", "enum": [ "ambient", "driving", "syncopated", "polyrhythmic", "freeform" ], "type": "string" } }, "required": [ "name", "energy" ], "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