Skip to main content
Glama

add_marker

Add markers to any Premiere Pro sequence for navigation or notes. Specify time, name, color, and comment to annotate timelines without switching the active sequence.

Instructions

Adds a marker to the specified sequence for navigation or notes. The sequence does not have to be the active one.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesThe name/label for the marker
timeYesThe time in seconds where the marker should be placed
colorNoMarker colour — a name (green, red, purple, orange, yellow, white, blue, cyan) or an index 0-7. Defaults to green.
commentNoOptional comment or description for the marker
durationNoDuration in seconds for a span marker (0 for point marker)
sequenceIdYesThe sequence ID (GUID) to add the marker to, as returned in the "id" field by list_sequences or get_active_sequence
Behavior3/5

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

No annotations are provided, so the description carries the full behavioral burden. It clearly states that the operation is an addition and that the target sequence need not be active, which are useful behavioral details. However, it does not disclose side effects, failure behavior, return value, or whether adding a marker will modify the saved project state in a significant way.

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 short sentences with no filler. It front-loads the core action, adds the non-active-sequence nuance, and does not waste any words. Every sentence earns its place.

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

Completeness3/5

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

For a tool with six parameters and full schema descriptions, the description is reasonably complete for invoking the operation. However, because there is no output schema and no annotation context, the agent still lacks information about what the call returns, whether it can silently fail, and what happens when the sequence is invalid or missing.

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?

The input schema covers all six parameters with detailed descriptions, so the description itself does not need to redefine them. The description adds no parameter-level meaning beyond the schema, but because schema coverage is 100%, the baseline score of 3 is appropriate.

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 clearly states a verb and resource: 'Adds a marker to the specified sequence'. It also adds the useful qualifier that the sequence does not have to be active. It is clear enough to distinguish from delete_marker or update_marker, but it does not explicitly differentiate from the sibling add_marker_to_project_item.

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 gives useful context — markers are for navigation or notes and can be added to an inactive sequence — so an agent knows it does not need to activate the sequence first. However, it does not state when to prefer this tool over alternatives like add_marker_to_project_item, update_marker, or delete_marker, nor does it list the common reasons for adding a marker.

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