Skip to main content
Glama
abshkbh

Arrakis MCP Server

by abshkbh

snapshot

Create a point-in-time copy of a VM to preserve its state. Optionally specify a custom ID for the copy.

Instructions

Create a snapshot of a VM.

Args: vm_name: Name of the VM to snapshot. snapshot_id: Optional ID for the snapshot. If not provided, one will be generated.

Returns: ID of the created snapshot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vm_nameYes
snapshot_idNo
Behavior2/5

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

With no annotations, the description should disclose prerequisites, side effects, or constraints. It only mentions the basic operation and return value, lacking transparency about VM state requirements or potential impacts.

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 concise and well-structured, with clear sections for args and returns. Minor room for improvement in formatting (e.g., markdown).

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?

For a simple tool, the description covers purpose, parameters, and return. However, it lacks contextual completeness regarding prerequisites and relationship to restore_snapshot, especially given no annotations.

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

Parameters5/5

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

Schema description coverage is 0%, so the description fully compensates by explaining both parameters: vm_name and snapshot_id, including the behavior when snapshot_id is omitted.

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 (create) and resource (snapshot of a VM). It is specific and distinguishable from siblings like restore_snapshot.

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

Usage Guidelines3/5

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

The description does not provide explicit guidance on when to use this tool versus alternatives like restore_snapshot. It only describes the function and parameters.

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/abshkbh/arrakis-mcp-server'

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