Skip to main content
Glama

create_subclip

Create a subclip from a Premiere Pro project item by setting start and end times, with options to include audio/video and set hard boundaries.

Instructions

Creates a subclip from a project item with specified in/out points.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesName for the subclip
endTimeYesOut point in seconds
startTimeYesIn point in seconds
takeAudioNoWhether to include audio (default: true)
takeVideoNoWhether to include video (default: true)
projectItemIdYesThe ID of the source project item
hasHardBoundariesNoWhether boundaries are hard (cannot be extended)
Behavior2/5

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

With no annotations provided, the description carries the full burden. It states the primary action ('creates a subclip') but does not disclose whether the source item is modified, whether permissions are required, what happens on failure, or whether the subclip is selected or returned. For a mutation tool, this is insufficient.

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 a single, clear sentence with no filler. It effectively communicates the core action without unnecessary detail.

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

Completeness2/5

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

Given the tool's complexity (7 parameters, 4 required), lack of annotations, and no output schema, the description is too terse. It does not explain the effect of optional parameters like takeAudio/takeVideo/hasHardBoundaries, nor does it differentiate from similar tools like create_subsequence.

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 coverage is 100%, so the schema fully documents all seven parameters. The description adds no extra meaning beyond the schema; it merely references in/out points, which map to startTime/endTime already documented 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 ('creates') and resource ('subclip from a project item') and clearly states the key input ('specified in/out points'). It is distinct from sibling tools like set_item_in_out or create_subsequence, which have different purposes.

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

Usage Guidelines3/5

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

The description implies usage: use this when you need to create a subclip from a project item using in/out points. However, it does not explicitly mention alternatives or exclusions, even though siblings like set_item_in_out and create_subsequence exist.

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