Skip to main content
Glama

add_marker

Add a labeled marker to a specific Premiere Pro sequence at a chosen time, enabling navigation and notes without requiring the sequence to be active.

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

TDQS

A4/5.0
Behavior3/5

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

There are no annotations, so the description carries the behavioral disclosure burden. It transparently communicates that this is a mutating operation and adds the useful non-active-sequence nuance. However, it does not mention return behavior, idempotency, or what happens to existing markers at the same time.

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?

Two sentences with no filler. The main action is front-loaded, and the important non-active-sequence exception is stated in a short second sentence. Every word earns its place.

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?

For a straightforward additive operation with a fully described schema, the description is adequate. The main gap is the absence of return-value or error information, but the tool's purpose and parameters are clear enough for an agent to invoke it correctly.

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 description coverage is 100%, so the input schema already documents all six parameters. The description adds general purpose context but no parameter-level detail beyond what the schema provides, which matches the baseline for full schema coverage.

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 action ('Adds a marker') and the target resource ('the specified sequence'), with a purpose ('for navigation or notes'). It also distinguishes itself from active-sequence-only operations by noting the sequence does not have to be active, which separates it from many sibling timeline tools.

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

Usage Guidelines4/5

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

The description provides clear usage context: markers are for navigation or notes, and the tool works on non-active sequences. It does not explicitly name alternatives like update_marker or place_markers, so it stops short of full alternative-routing guidance.

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