Skip to main content
Glama

LLV Helix Framework

pulse_vibe

Send a controlled pulse through a specified vibe to manage energy states and enhance creative workflows within the LLV Helix Framework system.

Instructions

Send a pulse through a vibe

Input Schema

NameRequiredDescriptionDefault
amplitudeNoPulse amplitude (0-1)
durationNoPulse duration in beats
vibe_nameYesName of the vibe

Input Schema (JSON Schema)

{ "properties": { "amplitude": { "description": "Pulse amplitude (0-1)", "maximum": 1, "minimum": 0, "type": "number" }, "duration": { "description": "Pulse duration in beats", "type": "number" }, "vibe_name": { "description": "Name of the vibe", "type": "string" } }, "required": [ "vibe_name" ], "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