Skip to main content
Glama

Add Subtitles to Draft

capcut_add_subtitle

Add subtitles to a video draft by importing SRT content with customizable styling options.

Instructions

Add subtitles from SRT file content with styling options.

This tool imports subtitles in SRT format and applies styling.

Args:

  • draft_id (string): The draft ID

  • srt_content (string): SRT formatted subtitle content

  • font (string): Font family name (optional)

  • font_size (number): Font size 12-100 (default: 36)

  • font_color (string): Hex color (default: #FFFFFF)

  • background_enabled (boolean): Enable background (default: true)

  • background_color (string): Background hex color (default: #000000)

  • response_format ('markdown' | 'json'): Output format

Example SRT format: 1 00:00:01,000 --> 00:00:03,000 Welcome to my video

2 00:00:03,500 --> 00:00:05,000 Subscribe for more content

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draft_idYesThe ID of the draft to add subtitles to
srt_contentYesSRT formatted subtitle content
fontNoFont family name
font_sizeNoFont size in points
font_colorNoFont color in hex format#FFFFFF
background_enabledNoEnable background behind text
background_colorNoBackground color in hex format#000000
response_formatNoOutput format: 'markdown' for human-readable or 'json' for machine-readablemarkdown
Behavior2/5

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

With annotations already indicating the tool is not read-only or destructive, the description adds minimal behavioral context. It does not mention potential side effects, permission requirements, or what happens to existing subtitles.

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 includes a detailed Args list and example, making it somewhat long. While structured, it could be more concise by omitting redundant parameter details already in schema.

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?

No output schema exists, but the description does not explain what the tool returns (e.g., updated draft, confirmation). It only mentions response_format as a parameter, not the actual output. This leaves the agent uncertain about the result.

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?

Schema coverage is 100%, providing baseline 3. The description adds value with an example SRT format and listing default values in the Args section, which helps understanding beyond schema 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 adds subtitles from SRT content with styling options. It distinguishes itself from sibling tools like capcut_add_text, which likely handles manual text entry.

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 use when you have SRT content but does not explicitly state when to use this versus other text/subtitle tools. No alternatives or exclusion criteria provided.

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/eery1677-lab/capcut-mcp'

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