Skip to main content
Glama

Vultr MCP

by rsp2k

create_user

Create a new database user with specified credentials, access levels, and encryption settings for Vultr-managed databases.

Instructions

Create a new database user.

Args: database_id: The database ID or label username: Username for the new user password: Password (auto-generated if not provided) encryption: Password encryption type (MySQL: caching_sha2_password, mysql_native_password) access_level: Permission level (Kafka: admin, read, write, readwrite)

Returns: Created user information

Input Schema

NameRequiredDescriptionDefault
access_levelNo
database_idYes
encryptionNo
passwordNo
usernameYes

Input Schema (JSON Schema)

{ "properties": { "access_level": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Access Level" }, "database_id": { "title": "Database Id", "type": "string" }, "encryption": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Encryption" }, "password": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Password" }, "username": { "title": "Username", "type": "string" } }, "required": [ "database_id", "username" ], "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