Skip to main content
Glama

get_plugin_integration_context

Read-only

Read the integration context for Serum 2, Omnisphere, or VPS Avenger in Ableton Live, providing parameter IDs, NKS catalog coverage, and preset navigation boundaries.

Instructions

Read product-aware integration state for a loaded supported third-party synth: Serum 2, Omnisphere, or VPS Avenger. Reports installed Live browser variants, preferred VST3 candidate, exact configured and writable parameter IDs, matching local NKS catalog coverage, product-specific preset-browser navigation, and explicit hidden-state/preset-recall boundaries. Read-only.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
trackIdYesStable device-owner ID: track-N from list_tracks, return-N from get_set_mixer, or master.
deviceIdYesStable device ID returned by list_devices.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already indicate read-only and non-destructive, and the description repeats 'Read-only' (redundant but harmless). It adds useful behavioral boundaries beyond annotations, such as 'explicit hidden-state/preset-recall boundaries', which tells the agent what is NOT accessible. This is valuable context about the tool's limits.

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 a single, information-dense sentence that front-loads the purpose and then lists exactly what is reported. No fluff or repetition, every clause earns its place.

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?

With no output schema, the description carries the full burden of explaining what the tool returns. It enumerates the key data categories (browser variants, VST3 candidate, parameter IDs, NKS coverage, preset navigation, hidden-state boundaries), making it complete enough for an agent to know what to expect.

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

Parameters3/5

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

Schema has 100% coverage for both parameters (trackId and deviceId), so the description does not need to explain them. It adds no parameter-specific meaning, which is acceptable given full schema_description_coverage; baseline 3 applies.

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 states a specific verb ('Read') and a precise resource ('product-aware integration state') and names the supported products (Serum 2, Omnisphere, VPS Avenger). This clearly distinguishes it from sibling context readers like get_factory_device_context or get_looper_performance_context, which target different device types.

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 scope is explicit: 'for a loaded supported third-party synth' and the supported list is named. This gives a clear condition of when to use it. However, it does not explicitly name alternative tools for unsupported devices, but the product list is enough to infer the boundary.

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

Deploy Server

Other Tools