Skip to main content
Glama
leancoderkavy

Premiere Pro MCP Server

set_clip_properties

Adjust clip properties in Premiere Pro, including opacity, speed, scale, rotation, and position. Specify node ID and optional values to modify visual and playback attributes.

Instructions

Set properties on a clip (opacity, speed, etc.)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
scaleNoScale percentage (100 = original size)
speedNoPlayback speed multiplier (1.0 = normal, 2.0 = double speed)
node_idYesNode ID of the clip
opacityNoOpacity value (0-100)
rotationNoRotation in degrees
position_xNoHorizontal position
position_yNoVertical position
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations provide readOnlyHint=false, but description only says 'set properties' implying mutation. No additional behavioral details like idempotency, partial updates, or error conditions. With annotations present, description adds minimal value.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single efficient sentence with no wasted words. Perfectly sized for the simple action.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequate for a straightforward tool with 7 parameters and no output schema. Covers the action and main properties but could mention default behavior (only provided properties changed) given no idempotentHint.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 100% coverage with clear descriptions for all 7 parameters. Description only repeats 'opacity, speed, etc.' without adding meaning beyond schema. Baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Set properties on a clip' with examples like opacity and speed, making the verb and resource explicit. It distinguishes from sibling individual setters (e.g., set_clip_opacity) by being a combined setter.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus individual setters or alternatives like set_clip_opacity. The description lacks any context about selection prerequisites or limitations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/leancoderkavy/premiere-pro-mcp'

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