Skip to main content
Glama

LLV Helix Framework

set_context

Define a context to influence creative rhythms by specifying its type and what it affects, such as lines, loops, or vibes.

Instructions

Set the context that influences rhythms

Input Schema

NameRequiredDescriptionDefault
influencesNoWhat this context influences (lines/loops/vibes names)
nameYesContext name
typeYesType of context

Input Schema (JSON Schema)

{ "properties": { "influences": { "description": "What this context influences (lines/loops/vibes names)", "items": { "type": "string" }, "type": "array" }, "name": { "description": "Context name", "type": "string" }, "type": { "description": "Type of context", "enum": [ "creative", "analytical", "meditative", "collaborative", "experimental" ], "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