Skip to main content
Glama

get_insertion_bin

Fetches the current insertion bin from Premiere Pro. Enables AI agents to locate the destination sequence for precise timeline edits or clip inserts.

Instructions

Premiere Pro expanded operation: get insertion bin.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

C2.9/5.0
Behavior2/5

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

No annotations are provided, and the description does not disclose return behavior, side effects, or what "expanded operation" implies. For a getter this is less critical, but the description still leaves the behavioral contract almost entirely implicit.

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

Conciseness3/5

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

The description is short and front-loaded enough, but the prefix "Premiere Pro expanded operation:" is mostly filler and does not earn its place. The actual operational content is only the final four words.

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 no output schema and no annotations, the description should clarify what the returned insertion bin data looks like or what the caller can do with it. It does not; an agent is left guessing whether this returns a bin ID, a bin name, or structured project-panel data.

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 tool has zero parameters, so the description does not need to explain inputs. The input schema is effectively empty and 100% described, making parameter semantics a non-issue; the baseline of 4 applies because there is nothing for the description to add.

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

Purpose4/5

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

The description specifies a clear verb-resource pair ("get insertion bin") and names the domain (Premiere Pro). It is not a full tautology, but it fails to explain what an insertion bin is or how this differs from sibling tools like get_bin_contents.

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?

There is no guidance about when to use this tool versus alternatives such as get_bin_contents, get_full_project_overview, or search_project_items. The phrase "expanded operation" hints at a special mode but does not actually say when it is appropriate.

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