Skip to main content
Glama
erno-szabados

Csound MCP Server

synthesize_kick_drum

Synthesize classic analog kick drums via a pitch-enveloped sine oscillator. Tune fundamental frequency, punch, decay, and drive to create anything from soft thumps to hardstyle kicks.

Instructions

Generate a classic analog-style kick drum using a Sine oscillator with a pitch envelope.

Args: fundamental_hz: The resting sub-bass frequency in Hz (e.g., 40.0 - 80.0 Hz). punch: The speed and intensity of the initial transient click (0-255). - 0-50: Soft, acoustic-style thump. - 100-150: Punchy EDM/House kick. - 200-255: Hard, laser-like transient (Psytrance/Hardstyle). decay: The length of the amplitude decay (0-255). - 10-50: Short, tight clicky kick. - 100-150: Standard club kick. - 200-255: Long, booming 808 sub. drive: Amount of saturation/distortion to apply (0-255). - 0-20: Clean sine wave, smooth sub. - 100-150: Warm, saturated analog feel. - 200-255: Heavily distorted, gabber/hardcore kick. output_filename: Optional name for the output file.

Returns: The absolute path to the generated .wav file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
decayYes
driveYes
punchYes
fundamental_hzYes
output_filenameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses the synthesis method (Sine oscillator + pitch envelope), describes the return value (absolute path to .wav file), and explains parameter effects (punch, decay, drive behaviors). It could add details about execution time, file format specifics beyond .wav, or side effects, but covers the essential behavioral contract well.

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 well-structured with clear Args/Returns sections and organized parameter blocks with range examples. Each parameter entry is dense with useful information. It's longer than minimal but every line serves a purpose - no filler. The range formatting is slightly verbose but aids comprehension.

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

Completeness5/5

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

Despite an output schema being present, the description still explains the return value (path to generated .wav). All 5 parameters are semantically documented with practical guidance. The tool is moderate complexity (sound synthesis with musical nuance) and the description covers the musical intent, technical mechanism, and expected output fully. No significant gaps remain.

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?

With 0% schema description coverage, the description must fully compensate, and it does impressively. Each parameter (fundamental_hz, punch, decay, drive) gets detailed semantic ranges with concrete value brackets and musical interpretations. The output_filename is self-explanatory. This exceeds the baseline compensation required for low coverage.

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 'Generate a classic analog-style kick drum using a Sine oscillator with a pitch envelope' - a specific verb+resource+method. It distinguishes from the sibling synthesize_sawtooth_lead_bass by specifying Sine oscillator and kick drum specifically, making the purpose unique and clear.

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 concrete parameter ranges with musical context (0-50 soft acoustic, 100-150 punchy EDM/House kick, etc.), giving clear guidance on how to craft different sounds. However, it doesn't explicitly state when to choose this tool over the sibling sawtooth lead bass tool, though the distinct purposes make this somewhat implicit.

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/erno-szabados/musmcp'

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