index_explainer_sources
Index a local folder of screen recordings or OBS videos for semantic search, with caching that skips already-indexed files. Returns an index_id to use in video assembly.
Instructions
Index a local folder of screen recordings and OBS videos with Twelve Labs so they can be searched semantically inside create_video_assembly. Call this once per folder — indexing is cached, so re-running skips already-indexed files. Returns an index_id to pass as explainer_index_id in create_video_assembly. Requires TWELVE_LABS_API_KEY in the MCP environment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index_name | No | Optional name for the Twelve Labs index (defaults to the folder's base name). | |
| sources_folder | Yes | Local folder containing your screen recordings / OBS videos (e.g. C:/obs-recordings). |