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 |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_project_info | Get basic information about the current Premiere Pro project |
get_active_sequence_info | Get detailed information about the currently active sequence |
list_all_sequences | List all sequences in the current project with basic info |
get_sequence_details | Get detailed information about a specific sequence including tracks, effects, and markers |
get_timeline_structure | Get the track structure of the active sequence |
get_timeline_clips | Get all clips in the active sequence with detailed information |
get_project_media | Get all media items in the project browser with file information |
get_project_bins | Get project bin structure and organization |
get_playhead_info | Get current playhead position and playback state |
get_selection_info | Get information about currently selected clips or time range |
get_export_presets | Get available export presets and their settings |
get_render_queue | Get current render queue status and items |
trim_clip_by_frames | Trim or extend the in/out point of a video or audio clip by a number of frames. |
create_sequence | Create a new sequence in Premiere Pro |
export_project | Export the current project or sequence |