Skip to main content
Glama
krovacloud

@krovacloud/mcp

Official

Create Snapshot

create_snapshot

Create a disk snapshot of a Cube to preserve its current state for backup or recovery. The operation is enqueued and runs asynchronously.

Instructions

Create a snapshot of a Cube's disk. Asynchronous — the snapshot is enqueued.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional name for the snapshot.
cubeIdYesThe Cube id to operate on.
spaceIdNoKrova Cloud Space id. Optional if KROVA_SPACE_ID is set as the server default.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.3.6

TDQS

A3.8/5.0
Behavior4/5

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

The description discloses that the operation is asynchronous and the snapshot is enqueued, which adds meaningful behavioral context beyond the annotations. It does not contradict the readOnlyHint=false, idempotentHint=false, or openWorldHint=true annotations.

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 two concise sentences with no filler. The core operation is stated first, and the important asynchronous behavior is added in a compact second sentence.

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?

Given the simple parameter set, complete schema coverage, and existing annotations, the description covers the essential behavior. It could be slightly stronger by pointing to list_snapshots for checking completion, but the async note already prevents the agent from assuming an immediate result.

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 description coverage is 100%, so the parameter meaning is fully carried by the schema. The description does not add detail beyond the schema, but at baseline it is adequate because the schema already explains cubeId, name, and spaceId.

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 uses a specific verb and resource: it creates a snapshot of a Cube's disk. It clearly distinguishes itself from sibling tools like list_snapshots, delete_snapshot, and restore_cube by naming the exact operation.

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 states what the tool does but gives no guidance on when to use it versus alternatives. It does not mention related snapshot tools such as restore_cube or list_snapshots, nor any conditions or prerequisites beyond the schema.

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

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/krovacloud/krova-node'

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