check_duplicate_idea
Check whether a video idea already exists in a channel's archive by comparing semantic embeddings. Returns matching past videos and flags duplicates above the similarity threshold.
Instructions
Check if a video idea or concept has already been produced in this channel.
Uses 768-dimensional semantic embeddings (cosine similarity) to compare your idea against the channel's entire past archive. Returns matching past videos and whether it exceeds the duplicate threshold (>0.78).
Args: channel_id: Channel UUID or slug. concept_text: The proposed headline or core concept to test for uniqueness.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | ||
| concept_text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |