Skip to main content
Glama

Add fade in/out

add_fade

Apply fade-in and fade-out effects to a video's visuals and audio, transitioning to or from black at the start and end. Specify durations in seconds.

Instructions

Fade the video (and its audio) in from black at the start and/or out to black at the end.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
fade_inNoFade-in duration in seconds
fade_outNoFade-out duration in seconds
input_pathYesPath to the source video
output_pathNoWhere to write the result
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the fade behavior and that audio is included, but does not cover edge cases like what happens when both fade_in and fade_out are omitted, or whether output_path is required for writing. This leaves some behavioral ambiguity.

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 with no fluff, front-loaded with the action. It is appropriately concise.

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?

The tool has four parameters but only one is required. The description lacks guidance on default behavior when optional fade durations are omitted, and whether an output path must be specified. For a video-processing tool, this missing context reduces completeness.

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 coverage is 100%, so baseline is 3. The description adds context that the fade is 'from black' and at 'start'/'end', clarifying the effect, but does not add significant detail 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 clearly states the tool fades video and audio in from black at the start and out to black at the end, using a specific verb and resource. It distinguishes itself from sibling tools like trim or convert by focusing on fade transitions.

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 when to use the tool (when a fade effect is desired), but provides no explicit guidance about alternatives or exclusions. Since the purpose is straightforward, an agent can infer usage, but there is no stated comparison with other video editing tools.

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/gulkoa/claudeclip'

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