Skip to main content
Glama

mcp-luma-dream-machine

add_audio

Enhance videos by adding audio to generated content using Luma Dream Machine. Input a generation ID, prompt, and optional callback URL for synchronization.

Instructions

Adds audio to a video generation

Input Schema

NameRequiredDescriptionDefault
callback_urlNo
generation_idYes
negative_promptNo
promptYes

Input Schema (JSON Schema)

{ "properties": { "callback_url": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Callback Url" }, "generation_id": { "title": "Generation Id", "type": "string" }, "negative_prompt": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Negative Prompt" }, "prompt": { "title": "Prompt", "type": "string" } }, "required": [ "generation_id", "prompt" ], "title": "AddAudioInput", "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/bobtista/luma-ai-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server