Skip to main content
Glama
jwang47

Space Dust MCP

by jwang47

undo_preset

Reverse the most recent modification to a Space Dust synthesizer preset, restoring its prior settings. Undo accidental tweaks and return to the last saved state.

Instructions

Take a preset back to how it was before the last change.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
presetYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It states the intended effect but does not disclose behavioral traits such as whether the undo is permanent, whether it affects only the specified preset, what happens if there is no previous state, or whether it creates a history entry. These gaps are significant for a mutation 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 concise sentence, front-loaded with the action and no filler. It earns its place, though it could be expanded with key behavioral details without becoming overly long.

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 tool is simple (one parameter) and an output schema exists, so the description need not detail return values. However, the description lacks context about what 'last change' means, whether the undo is scoped to the passed preset, and what happens if undo is not possible. For a simple tool this is borderline adequate but leaves notable gaps.

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?

The input schema has one required parameter, 'preset', with no description. The tool description only repeats the word 'preset' without explaining the expected format (e.g., preset name, ID, or path) or how it relates to the undo operation. Since schema coverage is 0% and the description does not compensate, parameter semantics are underspecified.

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 ('take a preset back') and the resource ('preset'), with the specific scope of reverting to the state before the last change. This distinguishes it from siblings like adjust_preset (which changes a preset) and preset_history (which views history).

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?

The description gives no explicit guidance on when to use this tool versus alternatives such as adjust_preset or preset_history. It implies a use case (undoing a change) but does not state prerequisites, limitations, or scenarios where another tool would be more appropriate.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jwang47/Space_Dust_Synthesizer_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server