Skip to main content
Glama

mcp_opendaw_set_neuralamp_model

Load a NAM or Tone3000 model JSON into a NeuralAmp effect to bypass the popup-based select flow and enable headless model loading in openDAW.

Instructions

Load a Neural Amp Modeler (NAM/Tone3000) model JSON into a NeuralAmp effect.

Creates a NeuralAmpModelBox with the provided model JSON and links it to the NeuralAmp device. This bypasses the popup-based Tone3000 Select Flow, enabling headless model loading.

unit_index: AU index. effect_index: Effect index in the audio effect chain (must be a NeuralAmp). model_json: Full NAM model JSON string (the model architecture + weights). label: Optional label for the model box (default "NAM Model"). pack_id: Optional pack identifier.

Returns success + model_size, or error if the effect is not a NeuralAmp.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoNAM Model
pack_idNo
model_jsonYes
unit_indexYes
effect_indexYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it states the effect (creates a NeuralAmpModelBox, links to device), the bypass behavior, and the return value (success + model_size or error). It does not mention potential side effects like overwriting existing models, but overall it's transparent.

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 concise and front-loaded with the main action. It then lists parameters in a clear list. It could be slightly more structured, but every sentence adds value.

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?

Given the tool's complexity (5 params, 3 required, output schema exists), the description covers the core functionality, parameter roles, and return behavior. It doesn't mention prerequisites or detailed outcomes, but it's sufficient for correct invocation.

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 0% description coverage, but the tool description compensates excellently by explaining each parameter: unit_index (AU index), effect_index (must be a NeuralAmp), model_json (full NAM JSON), label (optional, default), pack_id (optional). This adds significant meaning beyond the property names.

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 starts with a clear verb and resource: 'Load a Neural Amp Modeler (NAM/Tone3000) model JSON into a NeuralAmp effect.' It distinguishes the tool from siblings like 'get_neuralamp_model' by focusing on the loading action and mentioning that it bypasses the popup flow.

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 explains when to use this tool (headless model loading) and what it achieves (bypasses popup flow), but lacks explicit comparisons to alternatives or exclusions. Still, the context is clear enough for most use cases.

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/AMEOBIUS-team/opendaw-mcp'

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