analyze_statonic_library
Analyze video clips in Statonic's managed library to extract metadata like descriptions, tags, and settings for AI-driven video editing projects.
Instructions
Analyze clips in Statonic's app library (~/Library/Application Support/Statonic/clip-library/clips/). Returns unanalyzed clips for Claude to analyze. After analysis, call this again with metadata to save. Convenient way to analyze the app's managed clip library without specifying full paths.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clip_id | No | Specific clip ID to analyze (optional - if omitted, returns all unanalyzed clips) | |
| metadata | No | Analysis results to save (description, tags, mood, subject_visible, subject_position, setting) | |
| force | No | If true, include already-analyzed clips (for re-analysis with updated prompts) |