Skip to main content
Glama

Vultr MCP

by rsp2k

attach

Attach block storage volumes to Vultr instances using labels or IDs, with optional live attachment to avoid rebooting.

Instructions

Attach block storage volume to an instance.

Smart identifier resolution: Use volume label/ID and instance label/hostname/ID.

Args: volume_identifier: Volume label or ID to attach instance_identifier: Instance label, hostname, or ID to attach to live: Whether to attach without rebooting the instance (default: True)

Returns: Success confirmation

Input Schema

NameRequiredDescriptionDefault
instance_identifierYes
liveNo
volume_identifierYes

Input Schema (JSON Schema)

{ "properties": { "instance_identifier": { "title": "Instance Identifier", "type": "string" }, "live": { "default": true, "title": "Live", "type": "boolean" }, "volume_identifier": { "title": "Volume Identifier", "type": "string" } }, "required": [ "volume_identifier", "instance_identifier" ], "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