Skip to main content
Glama
robford-brookai

DuploCloud Docker MCP Server

database_create

Create a new RDS database instance in a DuploCloud tenant by specifying tenant ID, identifier, engine, and instance size.

Instructions

Create a new RDS database instance in a DuploCloud tenant.

Args: tenant_id: The tenant ID to create the database in. identifier: The database instance identifier. engine: Database engine (e.g. mysql, postgres, mariadb). size: Instance class (e.g. db.t3.micro). master_username: Master database username. Defaults to 'master'. master_password: Master database password. Required for most engines.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tenant_idYes
identifierYes
engineYes
sizeYes
master_usernameNomaster
master_passwordNo

Latest Blog Posts

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/robford-brookai/duplocloud-docker-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server