Skip to main content
Glama

Vultr MCP

by rsp2k

add_export

Configure storage exports by specifying allowed IPs and paths to securely share data through Vultr storage gateways using labels or IDs.

Instructions

Add a new export to a storage gateway.

Smart identifier resolution: Use gateway label or ID.

Args: gateway_identifier: Gateway label or ID export_config: Export configuration with keys: - label: Export label - vfs_uuid: VFS UUID to export - pseudo_root_path: Pseudo root path (e.g., "/") - allowed_ips: List of allowed IP addresses

Returns: Created export information

Input Schema

NameRequiredDescriptionDefault
export_configYes
gateway_identifierYes

Input Schema (JSON Schema)

{ "properties": { "export_config": { "additionalProperties": true, "title": "Export Config", "type": "object" }, "gateway_identifier": { "title": "Gateway Identifier", "type": "string" } }, "required": [ "gateway_identifier", "export_config" ], "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