Skip to main content
Glama

effect_bass_and_treble

Adjust bass and treble frequencies to shape audio tone, with optional gain control.

Instructions

Adjust bass and treble frequencies with a simple tonal shaping tool.

Args: bass: Bass adjustment in dB (-30 to 30). Default: 0 treble: Treble adjustment in dB (-30 to 30). Default: 0 gain: Output gain in dB (-30 to 30). Default: 0

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bassNo
gainNo
trebleNo
Install Server

TDQS

A3.5/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, but it only restates what the tool does and lists parameters. It does not state whether the effect is destructive, whether it applies to the current selection, how the gain interacts with the other parameters, or what happens when all values are left at their defaults.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded: a one-sentence purpose followed by a clean argument list. It avoids unnecessary prose, though the phrase 'simple tonal shaping tool' adds only modest value and the argument list partially mirrors the schema field names.

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?

The parameters are fully documented, which is the most critical information for calling the tool. However, with no annotations and no output schema, the description is thin on how the effect behaves in context, such as whether it applies to selected audio, whether it can be undone, or what the tool returns.

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?

The schema has zero descriptions for its parameters, so the Args block is the only source of semantic meaning. It fully documents all three parameters with dB ranges, defaults, and clarifies that gain is output gain, which is valuable beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The first sentence, 'Adjust bass and treble frequencies with a simple tonal shaping tool,' clearly names the action and target. It is distinguishable from more complex siblings like effect_equalization by the word 'simple', though it does not explicitly name the alternative it competes with.

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 gives no explicit when-to-use or when-not-to-use guidance. The phrase 'simple tonal shaping tool' weakly implies it is for basic bass/treble adjustments rather than full equalization, but no alternative is named and no exclusion criteria are provided.

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

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/FFriends/MCP-Audacity'

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