Skip to main content
Glama

set_audio_channels

Change the number of audio channels in a file to mono or stereo. Specify the input file, output path, and desired channel count to convert the channel layout.

Instructions

Sets the number of channels for an audio file (1 for mono, 2 for stereo).

Args: input_audio_path: Path to the source audio file. output_audio_path: Path to save the audio file with the new channel layout. channels: Number of audio channels (1 for mono, 2 for stereo). Returns: A status message indicating success or failure.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
channelsYes
input_audio_pathYes
output_audio_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description must convey behavioral traits. It explains the inputs and return type (status message) but does not disclose whether it overwrites an existing output file, preserves other audio properties, or has file format requirements. This is a moderate level of transparency for a simple tool.

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 a well-structured docstring with a clear one-sentence summary followed by an Args section and Returns. Every sentence serves a purpose, and the most important information is front-loaded.

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?

The tool is simple, and the description covers the purpose, arguments, and return value. An output schema exists, so detailed return format is not needed. Minor gaps remain around overwrite behavior and workspace requirements, but the description is adequate for a straightforward file manipulation utility.

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 description coverage is 0%, so the description must compensate. It lists all three parameters and adds meaningful detail for 'channels' (1 for mono, 2 for stereo), clarifying the allowed values. The paths are self-explanatory, so the description adds value beyond the bare schema.

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, 'Sets the number of channels for an audio file,' and explicitly scopes to audio files with channel values. This clearly distinguishes it from sibling tools like set_audio_sample_rate and set_video_audio_track_channels.

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 provides clear context: this tool is for setting channel count on audio files, with no ambiguity about its resource. However, it does not explicitly mention when to use it over alternatives like convert_audio_properties or set_video_audio_track_channels, so it lacks explicit exclusions or alternatives.

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/kevinten-ai/mcp-ffmpeg'

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