Skip to main content
Glama

massive_x_preset_import

Import a local NKS preset for Massive X, validating product ID and capturing plugin state. Requires the Massive X plugin to be installed and initialized.

Instructions

Import a local NKS preset for Massive X VST3 1.7.1 (R0), validating its product ID and capturing plugin state. Requires an installed and initialized plugin; does not bundle its content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
pathYes
tagsNo
pluginYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses validation, state capture, a runtime requirement, and a limitation (no content bundling). This is useful but does not cover side effects, failure modes, or whether the operation is destructive, which would be expected for a no-annotation tool.

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 a single, well-structured sentence that front-loads the core action and key qualifiers. It avoids unnecessary fluff and is appropriately brief, though it omits parameter details that would add length.

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

Completeness2/5

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

Given the complex schema with nested objects, no output schema, and no annotations, the description is insufficient. It does not describe the expected return value, the purpose of each parameter, or the structure of the plugin object. An agent would need to inspect the schema thoroughly and may still be uncertain about calling conventions.

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%, so the description must compensate. However, it does not explain any of the four parameters (name, path, tags, plugin) beyond hinting that 'local NKS preset' relates to path. The nested plugin object and its required fields (kind, plugin_id) are not mentioned, leaving the agent to infer parameter meaning from the schema alone.

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 the action ('Import'), the specific resource ('a local NKS preset for Massive X VST3 1.7.1 (R0)'), and adds two distinctive behaviors ('validating its product ID' and 'capturing plugin state'). This distinguishes it from siblings like modo_bass_preset_import and plugin_preset_save without ambiguity.

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?

It provides a key prerequisite ('Requires an installed and initialized plugin') and an exclusion ('does not bundle its content'), but it does not explicitly mention when to use this tool versus alternatives. The tool name and description imply Massive X is the target, but no direct comparison or condition for selecting it over other preset import tools is given.

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