Skip to main content
Glama

crop_clip

Crop a timeline clip in Adobe Premiere Pro by setting top, left, right, and bottom percentages. Optionally zoom to fill the frame and add edge feather.

Instructions

Crops a timeline clip using Premiere Pro's built-in Crop video effect. Reuses an existing Crop effect on the clip when present; otherwise adds one. Omitted parameters keep their current/default values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topNoPercent to crop from the top edge (0-100)
leftNoPercent to crop from the left edge (0-100)
zoomNoCrop effect Zoom toggle: scales the cropped image back up to fill the frame
rightNoPercent to crop from the right edge (0-100)
bottomNoPercent to crop from the bottom edge (0-100)
clipIdYesThe ID of the timeline video clip to crop
edgeFeatherNoEdge Feather amount in pixels
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses key behavioral traits: an existing Crop effect is reused when present, otherwise one is added, and omitted parameters keep their current/default values. This goes beyond the schema's parameter definitions.

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?

The description is two sentences, front-loaded with the core action, and every clause adds value. There is no filler or redundant restating of the tool name.

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

Completeness4/5

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

Given the schema's thorough parameter documentation and the description's coverage of effect reuse and omitted-parameter behavior, the tool is well-specified for invocation. No output schema exists, so return values do not need to be explained.

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

Parameters4/5

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

The schema already covers all 7 parameters with descriptions and ranges, so the baseline is 3. The description adds meaningful semantics by stating that omitted parameters retain current/default values and that existing effects are reused, which is not encoded in the schema.

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 uses a specific verb ('Crops') and names both the resource ('timeline clip') and the mechanism ('Premiere Pro's built-in Crop video effect'). This clearly distinguishes crop_clip from generic transform or effect tools among the siblings.

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

Usage Guidelines4/5

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

It provides clear context that the tool is for cropping clips via the built-in Crop effect and explains the conditional reuse behavior. It does not explicitly name alternatives or exclusions, but the intended usage is unambiguous.

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/hetpatel-11/Adobe_Premiere_Pro_MCP'

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