Skip to main content
Glama

Add Audio Track to CapCut Draft

capcut_add_audio

Add an audio clip (music, voiceover, or sound effect) to an existing CapCut draft timeline. Set its position, volume, speed, and audio effects.

Instructions

Add an audio clip (music, voiceover, sound effect) to an existing draft's timeline.

Args:

  • draft_id (string, required): From capcut_create_draft.

  • audio_url (string, required): URL or local path of the source audio.

  • start (number, seconds): Placement on the timeline. end is optional (defaults to full clip length).

  • volume (number): Playback volume multiplier, 1.0 = original.

  • speed (number): Playback speed multiplier, 1.0 = original.

  • effects (string[]): Named audio effects, e.g. ['echo', 'denoise'].

  • extra_params: Any additional VectCutAPI field not modeled above.

Returns: JSON confirming the audio clip was added to the timeline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNoEnd time in seconds within the timeline. Omit to use the full clip length.
speedNoPlayback speed multiplier (1.0 = original).
startNoStart time in seconds within the timeline.
volumeNoPlayback volume multiplier (1.0 = original).
effectsNoNamed audio effects to apply, e.g. ['echo', 'denoise'].
draft_idYesThe draft_id returned by capcut_create_draft.
audio_urlYesPublicly reachable URL (or local path supported by the backend) of the audio file to add.
extra_paramsNoOptional passthrough for advanced/undocumented VectCutAPI fields not modeled explicitly above (e.g. nested transform/animation objects). Merged directly into the request body. Check the VectCutAPI example.py / API docs if you need a field that isn't listed here.
Behavior3/5

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

Annotations already disclose readOnly=false and destructive=false. Description adds that it adds to the timeline and returns JSON confirmation, but does not provide richer behavioral context (e.g., side effects, mutation details). No contradiction with annotations.

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?

Front-loaded with a clear summary and organized Args/Returns sections, but the Args list duplicates parameter descriptions already present in the schema, adding redundancy. It is acceptable but not as concise as it could be.

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 mutation with 8 params and no output schema, the description covers the essential operation, parameter roles, and return type. It also explains extra_params passthrough and gives examples, though it omits error scenarios and detailed return structure.

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%, and the description largely paraphrases schema definitions (e.g., start, end, volume, speed, effects). It adds minor clarifications like 'end defaults to full clip length' but those are already in the schema, so little new value.

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?

Description states 'Add an audio clip (music, voiceover, sound effect) to an existing draft's timeline' with a specific verb and resource, and clearly distinguishes from siblings like capcut_add_text, capcut_add_video, etc.

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?

Indicates the audio is added to an 'existing draft' and that draft_id comes from capcut_create_draft, providing clear context. However, it does not explicitly state when not to use this tool or name alternatives, though siblings are obvious.

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/goransmoljanovic015-cell/capcut-mcp-server'

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