Skip to main content
Glama

save_track_state_snapshot

Capture a track's current state as a named JSON snapshot in a private local library, without overwriting existing snapshots.

Instructions

Capture one exact track state and save its JSON to the configured private local snapshot library under a new name. Never overwrites; excludes clips, nested devices, hidden plugin state, samples, automation and mappings.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesNew local snapshot name; letters, numbers, dot, underscore and hyphen only.
trackIdYesStable track ID returned by list_tracks.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior5/5

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

Adds substantial context beyond annotations: explicitly lists excluded content (clips, nested devices, hidden plugin state, samples, automation, mappings) and guarantees 'never overwrites'. This clearly communicates non-destructive behavior and scope.

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?

Two sentences with no filler; the action is front-loaded and the exclusion list is concise but informative.

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?

For a save operation, it covers the core function, non-overwrite guarantee, and exclusions. It does not mention return values or failure modes, but no output schema exists, and the behavior is sufficiently characterized for an agent to call it correctly.

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 coverage is 100% and both parameters already have meaningful descriptions. The description reinforces the 'new name' aspect but does not add new parameter-level meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb (save) and resource (track state snapshot to a local library), which is clear. However, it uses 'Capture' in its own description and does not explicitly differentiate from the sibling capture_track_state_snapshot, leaving some ambiguity.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides no guidance on when to use this tool vs alternatives such as capture_track_state_snapshot or recall_track_state_snapshot. The 'never overwrites' and exclusion list are behavioral facts, not selection criteria.

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