Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
create_video_project | Guide to create a new video project from scratch |
edit_music_video | Workflow for editing a music video with beat synchronization |
color_grade_footage | Step-by-step color grading workflow |
multicam_editing | Guide for multicam editing workflow |
podcast_editing | Workflow for editing podcast episodes |
social_media_content | Create content optimized for social media platforms |
documentary_editing | Workflow for documentary film editing |
commercial_editing | Guide for editing commercial advertisements |
optimize_workflow | Tips for optimizing Premiere Pro workflow and performance |
audio_cleanup | Guide for cleaning up and enhancing audio |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
Current Project Information | Information about the currently open Premiere Pro project |
Project Sequences | List of all sequences in the current project |
Project Media | List of all media items in the current project |
Project Bins | Organizational structure of bins in the current project |
Timeline Clips | All clips currently on the timeline |
Timeline Tracks | Information about video and audio tracks |
Timeline Markers | Markers and their positions on the timeline |
Available Effects | List of all available effects in Premiere Pro |
Applied Effects | Effects currently applied to clips |
Available Transitions | List of all available transitions in Premiere Pro |
Export Presets | Available export presets and their settings |
Project Metadata | Metadata information for the current project |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
list_project_items | Lists all media items, bins, and assets in the current Premiere Pro project. Use this to discover available media before performing operations. |
list_sequences | Lists all sequences in the current Premiere Pro project with their IDs, names, and basic properties. |
list_sequence_tracks | Lists all video and audio tracks in a specific sequence with their properties and clips. |
get_project_info | Gets comprehensive information about the current project including name, path, settings, and status. |
create_project | Creates a new Adobe Premiere Pro project. Use this when the user wants to start a new video editing project from scratch. |
open_project | Opens an existing Adobe Premiere Pro project from a specified file path. |
save_project | Saves the currently active Adobe Premiere Pro project. |
save_project_as | Saves the current project with a new name and location. |
import_media | Imports a media file (video, audio, image) into the current Premiere Pro project. |
import_folder | Imports all media files from a folder into the current Premiere Pro project. |
create_bin | Creates a new bin (folder) in the project panel to organize media. |
create_sequence | Creates a new sequence in the project. A sequence is a timeline where you edit clips. |
duplicate_sequence | Creates a copy of an existing sequence with a new name. |
delete_sequence | Deletes a sequence from the project. |
add_to_timeline | Adds a media clip from the project panel to a sequence timeline at a specific track and time. |
remove_from_timeline | Removes a clip from the timeline. |
move_clip | Moves a clip to a different position on the timeline. |
trim_clip | Adjusts the in and out points of a clip on the timeline, effectively shortening it. |
split_clip | Splits a clip at a specific time point, creating two separate clips. |
apply_effect | Applies a visual or audio effect to a specific clip on the timeline. |
remove_effect | Removes an effect from a clip. |
add_transition | Adds a transition (e.g., cross dissolve) between two adjacent clips on the timeline. |
add_transition_to_clip | Adds a transition to the beginning or end of a single clip. |
adjust_audio_levels | Adjusts the volume (gain) of an audio clip on the timeline. |
add_audio_keyframes | Adds keyframes to audio levels for dynamic volume changes. |
mute_track | Mutes or unmutes an entire audio track. |
add_text_overlay | Adds a text layer (title) over the video timeline. |
add_shape | Adds a shape (rectangle, circle, etc.) to the timeline. |
color_correct | Applies basic color correction adjustments to a video clip. |
apply_lut | Applies a Look-Up Table (LUT) to a clip for color grading. |
export_sequence | Renders and exports a sequence to a video file. This is for creating the final video. |
export_frame | Exports a single frame from a sequence as an image file. |
create_multicam_sequence | Creates a multicamera source sequence from multiple video clips, synchronized by audio or timecode. |
create_proxy_media | Generates low-resolution proxy versions of high-resolution media to improve editing performance. |
auto_edit_to_music | Automatically creates an edit by cutting video clips to the beat of a music track. |
stabilize_clip | Applies video stabilization to reduce camera shake. |
speed_change | Changes the playback speed of a clip. |