Skip to main content
Glama

Remotion Video Generator

by chrishayuk

remotion_search_components

Search for video components by name or description to find the right elements for your Remotion video projects when you know what you need but not the exact component name.

Instructions

Search for components by name or description. Performs a case-insensitive search across component names and descriptions. Useful when you know what you want but not the exact component name. Args: query: Search term to match against component names and descriptions Returns: JSON object with matching components and their details Example: results = await remotion_search_components(query="text") # Returns all components with "text" in name or description # (TitleScene, TextOverlay, TextAnimation, etc.)

Input Schema

NameRequiredDescriptionDefault
queryYes

Input Schema (JSON Schema)

{ "properties": { "query": { "type": "string" } }, "required": [ "query" ], "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