Skip to main content
Glama

Adjust volume

adjust_volume

Change audio loudness in a video or audio file by applying a multiplier (e.g., 2 for double, 0.5 for half) while keeping video untouched.

Instructions

Make the audio louder or quieter. Use a multiplier (2 = double volume, 0.5 = half) — video is untouched.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
factorYesVolume multiplier (e.g. 1.5, 0.5)
input_pathYesPath to the source video or audio file
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 disclosure burden. It does add useful behavior—'video is untouched'—and explains the multiplier semantics. However, it leaves out details about what happens if output_path is omitted, whether the input is overwritten, or any side effects.

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 single, front-loaded sentence that conveys the core purpose, provides an example, and states a key nuance. Every word earns its place with no redundancy.

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 simple tool with three documented parameters and no output schema, the description covers the essential behavior and parameter semantics. It lacks explicit handling of the optional output_path (e.g., overwrite behavior), but the core functionality is well explained.

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 100%, so the baseline is 3. The description adds real meaning to the 'factor' parameter with concrete examples ('2 = double volume, 0.5 = half'), going beyond the schema's generic 'Volume multiplier (e.g. 1.5, 0.5)'. This justifies a 4.

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 uses a specific verb and resource: 'Make the audio louder or quieter.' It also notes 'video is untouched,' which distinguishes it from sibling tools that manipulate video. This is clear and unambiguous.

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 explains the multiplier usage ('2 = double volume, 0.5 = half'), providing clear context. However, it does not explicitly state when to use this tool over alternatives like remove_audio or replace_audio, nor does it mention exclusions.

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/vidshaper'

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