Skip to main content
Glama

capcut_add_sound_effect

Add a sound effect to a CapCut project at an exact timeline timestamp, aligning audio cues with visual keyframes or text pops.

Instructions

Drops a transient sound effect (whoosh, pop, click, riser impact) at an exact timeline timestamp, aligned with visual keyframes or text pops.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
volumeNoSFX volume multiplier (default 0.7).
track_indexNoAudio track index for SFX (default track 1).
sfx_file_pathYesAbsolute path to sound effect audio file (.wav, .mp3).
timestamp_secondsYesTimeline timestamp in seconds where the SFX should trigger.
project_name_or_idYesTarget project name or ID.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description must carry the burden of behavioral disclosure. It states the action ('Drops a transient sound effect') and the placement ('at an exact timeline timestamp'), but does not clarify potential side effects such as whether the effect replaces existing audio, whether it requires the project to be open, or whether it mutates the project permanently. The description is adequate but not rich.

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?

A single sentence that is front-loaded with the core action and purpose, with examples that clarify the scope. Every word earns its place; no fluff or repetition.

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 add-operation with all parameters documented, the description covers the essential context: what the tool does, what kind of files to use, and where the effect lands. It does not explain error conditions or prerequisites (e.g., project existence), but those are common to sibling tools and not critical for this simple action.

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 baseline is 3. The description adds minimal extra meaning beyond the schema: it characterizes the SFX as 'transient' and mentions alignment with keyframes, but it does not elaborate on timestamp semantics or volume behavior beyond what the schema already provides.

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 states a specific verb ('Drops'), a specific resource ('transient sound effect'), and provides examples (whoosh, pop, click, riser impact) that clearly distinguish it from adding full audio clips. It also mentions the key use case of aligning with visual keyframes or text pops, making its purpose unambiguous.

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 implies when to use this tool: for short, transient effects at exact timestamps, and the examples suggest alignment with visual events. However, it does not explicitly name alternatives like capcut_add_audio_clip or state conditions for choosing between them, leaving some inference to the agent.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.