Skip to main content
Glama

effect_crossfade_tracks

Crossfade the selected region between two overlapping tracks, choosing constant gain, constant power, or custom curves to avoid abrupt audio transitions.

Instructions

Crossfade the selected region between two overlapping tracks.

Args: curve_type: 0=Constant Gain, 1=Constant Power (1), 2=Constant Power (2), 3=Custom Curve. Default: 0

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
curve_typeNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states the operation and the curve types, but does not mention whether the effect is destructive, reversible via undo, or what happens to the underlying clips. This is a meaningful gap for an effect that modifies audio.

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?

The description is compact and front-loaded with the actual behavior, followed by a clear parameter breakdown. Every sentence earns its place with no filler or redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-parameter tool, the description is reasonably complete: it states the operation, the target context, and the parameter options. However, it omits prerequisites such as needing an active selection and two overlapping tracks, and it does not clarify relationship or distinction from effect_crossfade_clips.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description fully compensates by documenting the only parameter with all meaningful values: 0=Constant Gain, 1 and 2 as Constant Power variants, 3=Custom Curve, plus the default. This provides real value beyond the bare schema field.

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 identifies the operation as a crossfade applied to a selected region between two overlapping tracks. This is specific enough to distinguish it from the sibling tool effect_crossfade_clips, which targets clips rather than tracks.

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 the tool is used when you have two overlapping tracks and a selected region to crossfade, but it does not explicitly state when to use this tool versus alternatives like effect_crossfade_clips. No exclusion criteria or alternative routing is 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/xDarkzx/Audacity4-MCP'

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