Skip to main content
Glama
borystam

mcp-visual-design-studio

by borystam

snapshot_create

Destructive

Create a named durable snapshot of the current saved revision for a document. Preserve a specific version to reference or restore later.

Instructions

Name a durable snapshot of the current saved revision.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
documentIdYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

C2.1/5.0
Behavior2/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false. The description adds minimal behavioral context (e.g., durability, referencing the current revision) but does not disclose potential side effects, such as whether existing snapshots are overwritten, permission requirements, or irreversibility.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence, which is concise but under-specified. It lacks any structure that would guide the agent on parameter usage or expected behavior, making it too terse to be helpful.

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

Completeness1/5

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

With no output schema, no parameter explanations, and minimal behavioral disclosure, the description is grossly incomplete. An agent cannot reliably determine how to call the tool or what the outcome will be.

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

Parameters1/5

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

Schema description coverage is 0% – the description does not mention 'name' or 'documentId' at all. The schema provides only types and patterns, leaving the agent to guess the semantic role of each parameter.

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?

The description states a specific verb ('name') and resource ('durable snapshot of the current saved revision'), which clearly conveys the tool's core function. It differentiates from the sibling snapshot_restore by implying creation rather than restoration, though it could be more explicit that it creates a new snapshot.

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

Usage Guidelines1/5

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

There is no guidance on when to use this tool versus alternatives, nor any mention of prerequisites or context. The agent is left to infer usage from the name and schema.

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