Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_toolsA

Search the Premiere tool catalog with a BM25 natural-language query or a regex pattern, then call invoke_tool. Use this instead of expecting 280 editing tools in the MCP tool list. Empty query lists categories. Default 5 matches.

get_tool_schemaA

Return the full JSON input schema for one Premiere tool name from search_tools. After reading it, call invoke_tool.

invoke_toolA

Run a Premiere tool by exact name. Use after search_tools. Hosts that only advertise the small always-on set cannot call trim_clip etc. as top-level MCP tools.

verify_premiere_connectionA

Readiness check for Premiere Pro and the MCP Bridge. Call this before any editing tool. If Premiere is installed and not running, this launches it and waits for the CEP panel, which auto-starts the bridge. If it fails, tell the user the nextStep and do not retry other tools.

list_sequencesA

Lists all sequences in the current Premiere Pro project with their IDs, names, and basic properties.

Prompts

Interactive templates invoked by user choice

NameDescription
create_video_projectGuide to create a new video project from scratch
edit_music_videoWorkflow for editing a music video with beat synchronization
color_grade_footageStep-by-step color grading workflow
multicam_editingGuide for multicam editing workflow
podcast_editingWorkflow for editing podcast episodes
social_media_contentCreate content optimized for social media platforms
documentary_editingWorkflow for documentary film editing
commercial_editingGuide for editing commercial advertisements
optimize_workflowTips for optimizing Premiere Pro workflow and performance
audio_cleanupGuide for cleaning up and enhancing audio

Resources

Contextual data attached and managed by the client

NameDescription
Current Project InformationInformation about the currently open Premiere Pro project
Project SequencesList of all sequences in the current project
Project MediaList of all media items in the current project
Project BinsOrganizational structure of bins in the current project
Timeline ClipsAll clips currently on the timeline
Timeline TracksInformation about video and audio tracks
Timeline MarkersMarkers and their positions on the timeline
Available EffectsList of all available effects in Premiere Pro
Applied EffectsEffects currently applied to clips
Available TransitionsList of all available transitions in Premiere Pro
Export PresetsAvailable export presets and their settings
Project MetadataMetadata information for the current project
Premiere Operating InstructionsAttach this before editing to give the model workflow and safety guidance for using the Premiere MCP server

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hetpatel-11/Adobe_Premiere_Pro_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server