Skip to main content
Glama

Vultr MCP

by rsp2k

create_read_replica

Create a read replica database to distribute read workloads and improve performance by offloading queries from the primary database.

Instructions

Create a read replica of a database.

Args: database_id: The source database ID or label label: Label for the read replica region: Region for the read replica plan: Plan ID for the read replica

Returns: Information about the created read replica

Input Schema

NameRequiredDescriptionDefault
database_idYes
labelYes
planYes
regionYes

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" } }, "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