Skip to main content
Glama

crop_clip

Crop a timeline clip in Premiere Pro by adjusting top, left, right, bottom percentages, zoom, and edge feather. Reuses existing Crop effect or adds one.

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
Install Server

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden and does well: it reveals the non-obvious reuse-or-add behavior and clarifies that omitted parameters retain current/default values. It does not discuss broader side effects, but the core runtime behavior is transparent.

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?

Three sentences with no filler: the action and resource lead, the reuse behavior is explained, and the default handling is stated. Every sentence adds necessary information.

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 tool's moderate complexity and no output schema, the description covers the essential behavior and default semantics well. It does not mention prerequisites like clip type or return value, but these are minor for an edit operation with fully documented parameters.

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 documents all seven parameters (100% coverage), so the baseline is 3. The description adds meaningful cross-parameter semantics by stating that omitted parameters keep their current/default values, which clarifies how partial crop specifications behave beyond the individual schema descriptions.

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 names a specific action ('Crops a timeline clip'), the exact mechanism (Premiere Pro's built-in Crop video effect), and clears up ambiguity by stating it reuses an existing Crop effect or adds one. This clearly distinguishes crop_clip from generic sibling tools like apply_effect or set_clip_properties.

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?

The description states what it does but gives no explicit guidance on when to choose it over alternatives such as apply_effect or list_clip_effects. There is no mention of scenarios where another tool would be preferable, leaving the agent to infer usage.

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

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/tro2789/scout-premiere-mcp'

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