Skip to main content
Glama

MCP Adobe Premiere Pro

by hetpatel-11
MIT License
3
  • Apple

create_bin

Organize media in Adobe Premiere Pro by creating a new bin (folder) in the project panel. Specify the bin name and optionally place it within a parent bin for better structure.

Instructions

Creates a new bin (folder) in the project panel to organize media.

Input Schema

NameRequiredDescriptionDefault
nameYesThe name for the new bin
parentBinNameNoThe name of the parent bin to create this bin inside

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The name for the new bin", "type": "string" }, "parentBinName": { "description": "The name of the parent bin to create this bin inside", "type": "string" } }, "required": [ "name" ], "type": "object" }

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