Skip to main content
Glama

modo_bass_preset_import

Import a local .mb2 preset into the MODO BASS 2 VST3 adapter, verify state readback, and return a reusable preset ID.

Instructions

Import a local .mb2 musical preset using the version-checked MODO BASS 2 VST3 2.0.5 adapter. Returns a reusable preset ID after state readback verification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
pathYes
tagsNo
pluginYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It discloses meaningful behavior: the import is version-checked, state readback verification occurs, and a reusable preset ID is returned. This is more than a minimal description, though it does not cover failure modes or file-handling 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 two sentences with no filler. It front-loads the action and resource, then provides the key return behavior. Every word adds value.

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 description gives a good high-level picture and mentions the output (preset ID), which is useful given there is no output schema. However, the tool has a nested required plugin object and no parameter descriptions, and the description does not explain how to construct that object or what fields like plugin_version and plugin_id mean in this context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain the parameters beyond implying that 'path' refers to the local .mb2 file. The required nested 'plugin' object, 'name', and 'tags' receive no semantic guidance, so the description fails to compensate for the missing schema descriptions.

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 identifies the action (import), the resource (local .mb2 musical preset), and the specific adapter (MODO BASS 2 VST3 2.0.5). This distinguishes it from sibling tools like massive_x_preset_import and plugin_preset_save without needing further context.

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 gives clear context: use this tool when importing a local .mb2 MODO BASS preset. It does not explicitly name alternatives or exclusion conditions, but the file format and plugin-specific adapter make the intended use obvious.

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