Skip to main content
Glama

Remotion Video Generator

by chrishayuk

remotion_list_components

Discover available video components for creating professional YouTube videos. Browse categorized building blocks with schemas, properties, and usage examples to plan your video composition.

Instructions

List available Remotion video components with their schemas. Returns all available components organized by category. Each component includes its variants, properties, and usage examples. This helps LLMs discover what building blocks are available for video creation. Args: category: Optional category filter (scene, overlay, animation, chart, layout) If not specified, returns all categories Returns: JSON object with component definitions organized by category Example: components = await remotion_list_components() # Returns all available components overlay_components = await remotion_list_components(category="overlay") # Returns only overlay components (lower thirds, captions, etc.)

Input Schema

NameRequiredDescriptionDefault
categoryNo

Input Schema (JSON Schema)

{ "properties": { "category": { "type": "string" } }, "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