Skip to main content
Glama

Vultr MCP

by rsp2k

fork_database

Create a copy of a Vultr database by specifying source database, label, region, plan, and optional VPC for deployment.

Instructions

Fork a database to create a copy.

Args: database_id: The source database ID or label label: Label for the forked database region: Region for the new database plan: Plan ID for the new database vpc_id: VPC ID for the new database

Returns: Information about the forked database

Input Schema

NameRequiredDescriptionDefault
database_idYes
labelYes
planYes
regionYes
vpc_idNo

Input Schema (JSON Schema)

{ "properties": { "database_id": { "title": "Database Id", "type": "string" }, "label": { "title": "Label", "type": "string" }, "plan": { "title": "Plan", "type": "string" }, "region": { "title": "Region", "type": "string" }, "vpc_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Vpc Id" } }, "required": [ "database_id", "label", "region", "plan" ], "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