Skip to main content
Glama

Vultr MCP

by rsp2k

create_from_url

Create Vultr snapshots from URL sources to backup or migrate cloud infrastructure. Provide a valid snapshot URL and optional description to generate new snapshots.

Instructions

Create a snapshot from a URL.

Args: url: The URL of the snapshot to create (must be a valid snapshot URL) description: Description for the snapshot (optional)

Returns: Created snapshot information

Note: The URL must point to a valid Vultr snapshot file.

Input Schema

NameRequiredDescriptionDefault
descriptionNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "type": "object" }

Other Tools from Vultr MCP

Related Tools

    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/rsp2k/mcp-vultr'

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