importPlaylist
Import YouTube playlists into a local transcript knowledge base to enable semantic search within Claude Desktop. This tool processes video content for AI-powered analysis and retrieval.
Instructions
Import a playlist into the local transcript knowledge base for semantic search in Claude Desktop.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playlistUrlOrId | Yes | ||
| collectionId | No | ||
| maxVideos | No | ||
| chunkStrategy | No | ||
| chunkSizeSec | No | ||
| chunkOverlapSec | No | ||
| language | No | ||
| reindexExisting | No | ||
| label | No | ||
| embeddingProvider | No | ||
| embeddingModel | No | ||
| embeddingDimensions | No | ||
| activateCollection | No | ||
| dryRun | No |