mcp_opendaw_get_neuralamp_model
Access the NeuralAmp model JSON for a specified effect using unit and effect indices, enabling retrieval of the full Tone3000 model data.
Instructions
Get the NeuralAmp (Tone3000) model JSON for a NeuralAmp effect.
Returns the full NAM model JSON string, or an error if the effect is not a NeuralAmp or has no model loaded.
unit_index: AU index. effect_index: Effect index in the audio effect chain.
Returns model_json (string) or empty if no model loaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| unit_index | Yes | ||
| effect_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |