Skip to main content
Glama

mcp-luma-dream-machine

upscale_generation

Enhance video resolution to 540p, 720p, 1080p, or 4k using a generation ID for improved visual quality. Ideal for refining Luma Dream Machine outputs.

Instructions

Upscales a video generation to higher resolution

Input Schema

NameRequiredDescriptionDefault
generation_idYes
resolutionYes

Input Schema (JSON Schema)

{ "$defs": { "Resolution": { "enum": [ "540p", "720p", "1080p", "4k" ], "title": "Resolution", "type": "string" } }, "properties": { "generation_id": { "title": "Generation Id", "type": "string" }, "resolution": { "$ref": "#/$defs/Resolution" } }, "required": [ "generation_id", "resolution" ], "title": "UpscaleGenerationInput", "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