Skip to main content
Glama

Remotion Video Generator

by chrishayuk

remotion_get_theme_info

Retrieve detailed theme information including colors, gradients, typography, and motion settings for video creation projects. Use this tool to access complete design specifications for consistent visual styling across your video content.

Instructions

Get detailed information about a specific theme. Returns all design tokens for a theme including colors, gradients, typography, and motion settings. Args: theme_name: Name of the theme (e.g., "tech", "finance", "education") Returns: JSON object with theme tokens and settings Example: theme = await remotion_get_theme_info(theme_name="tech") # Returns tech theme with blue/cyan colors and modern typography

Input Schema

NameRequiredDescriptionDefault
theme_nameYes

Input Schema (JSON Schema)

{ "properties": { "theme_name": { "type": "string" } }, "required": [ "theme_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/chrishayuk/chuk-mcp-remotion'

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