Skip to main content
Glama

list_markers

List markers on the active sequence with start time, duration, name, comment, type, and color. Optionally filter by prefix; includes sequence ID to detect user switching sequences.

Instructions

List markers on the active sequence with start seconds, duration seconds, name, comment, type, and color index. Optionally filter by name prefix (e.g. 'Scout/Social:' to see only Social Clips markers added by Scout). The result always includes activeSequence {name, id} — the sequence this call actually ran against. Compare it across calls to detect the user switching sequences in Premiere mid-session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
prefixNoOptional. Only return markers whose name starts with this string.
Install Server

TDQS

A4.1/5.0
Behavior4/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 discloses the marker fields returned, the presence of activeSequence, and a non-obvious behavior: the call reports the sequence it actually ran against, which is useful for detecting mid-session sequence changes. It does not mention sorting, limits, or explicitly state read-only behavior, but 'List' conveys a safe read operation.

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?

Three focused sentences with no filler. The core action and result fields are front-loaded, followed by the filtering example and the activeSequence diagnostic note. Every sentence 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 simple list tool with one optional parameter and no output schema, the description is largely self-sufficient: it lists marker fields, explains the filter, and flags the activeSequence behavior. Minor gaps remain, such as whether markers are sorted or whether all marker types are included by default, but these are not critical for calling the tool correctly.

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 schema already documents the optional prefix parameter well (100% coverage). The description adds value beyond the schema with a concrete example ('Scout/Social:') and explains how that prefix maps to a real-world use case ('Social Clips markers added by Scout').

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 states a specific action ('List markers') with a clear resource scope ('on the active sequence') and enumerates the returned fields. It does not explicitly differentiate from siblings like get_sequence_markers_by_type or get_clip_markers, but the active-sequence scope and field list make the primary purpose clear.

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 gives clear usage context: how to filter by name prefix with a concrete example, and how to use the activeSequence field to detect sequence switching. It does not explicitly mention when not to use this tool or name alternatives, but the guidance provided is practical and specific.

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