Skip to main content
Glama

import_folder

Import all media files from a specified folder into the current Premiere Pro project. Optionally place them in a bin and include subfolders.

Instructions

Imports all media files from a folder into the current Premiere Pro project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
binNameNoThe name of the bin to import the media into
recursiveNoWhether to import from subfolders recursively
folderPathYesThe absolute path to the folder containing media files
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

With no annotations provided, the description must carry the full burden of behavioral disclosure. It states that media files are imported, but it does not disclose whether a bin is created, what happens when the folder is empty, whether existing items are duplicated, or what side effects occur in the project.

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, focused sentence that immediately communicates the core action and the target context. There is no filler, repetition, or 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?

For a mutating import tool with no annotations and no output schema, the description is thin. It omits important invocation context such as default behavior when binName is omitted, whether recursive defaults to false, error handling, and what counts as a supported media file. An agent has to infer too much before calling this tool confidently.

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 parameter descriptions already define folderPath, binName, and recursive. The tool description adds no new parameter semantics beyond the broad 'imports all media files from a folder,' which is expected given the schema already documents the parameters clearly.

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 the operation: importing all media files from a folder into the current Premiere Pro project. It uses a specific verb and resource, and it is distinct from siblings like import_media or import_sequences by emphasizing folder-level bulk import.

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 gives no guidance on when to use this tool versus alternatives such as import_media, import_sequences, or import_image_sequence. It does not mention when folder-level import is appropriate or when one of the more specific import tools should be chosen instead.

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