Skip to main content
Glama

Vultr MCP

by rsp2k

start_migration

Initiate data migration from external databases to Vultr databases by specifying source connection details and destination database ID.

Instructions

Start migrating data from an external database.

Args: database_id: The destination database ID or label host: Source database hostname port: Source database port username: Source database username password: Source database password database: Source database name ssl: Use SSL connection to source

Returns: Status message confirming migration start

Input Schema

NameRequiredDescriptionDefault
databaseYes
database_idYes
hostYes
passwordYes
portYes
sslNo
usernameYes

Input Schema (JSON Schema)

{ "properties": { "database": { "title": "Database", "type": "string" }, "database_id": { "title": "Database Id", "type": "string" }, "host": { "title": "Host", "type": "string" }, "password": { "title": "Password", "type": "string" }, "port": { "title": "Port", "type": "integer" }, "ssl": { "default": true, "title": "Ssl", "type": "boolean" }, "username": { "title": "Username", "type": "string" } }, "required": [ "database_id", "host", "port", "username", "password", "database" ], "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