Skip to main content
Glama

import_transcript_markers

Add chapter markers to Final Cut Pro XML by importing timestamped transcripts in YouTube chapter format. Accepts inline text or file input.

Instructions

Import timestamped transcript (YouTube chapter format) as markers. Supports '0:00 Title' and 'HH:MM:SS Title' formats

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filepathYesPath to FCPXML file
transcriptNoTimestamped text (one per line: '0:00 Introduction')
transcript_pathNoPath to text file with timestamps (alternative to inline transcript)
marker_typeNochapter
output_pathNoOutput path (default: adds _chapters suffix)
Behavior2/5

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

With no annotations, the description fails to disclose important behavioral traits such as whether markers are appended or replaced, error handling, or side effects on the FCPXML file. Only the input format is mentioned.

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 wasted words, front-loaded with the verb 'Import' and key details. Every sentence earns its place.

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?

Despite having 5 parameters and no output schema or annotations, the description is too terse. It omits return value, side effects, and behavior for optional parameters like transcript_path. Not complete enough for safe invocation.

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 has 80% description coverage, and the description adds value by providing concrete format examples ('0:00 Title') and mentioning YouTube chapter format. This clarifies the expected input beyond the schema's type descriptions.

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 tool imports a timestamped transcript as markers, specifying the YouTube chapter format. It differentiates from siblings like add_marker (single marker) and import_srt_markers (SRT format) by focusing on timestamped text formats.

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 implies usage for YouTube chapter timestamps but does not explicitly state when to use this tool vs alternatives like batch_add_markers or import_beat_markers. No guidance on preconditions or when not to use it.

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/DareDev256/fcpxml-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server