Skip to main content
Glama

Vultr MCP

by rsp2k

update_user

Modify database user passwords or access permissions for Vultr-managed databases to maintain security and control access levels.

Instructions

Update a database user's password or permissions.

Args: database_id: The database ID or label username: The username to update password: New password access_level: New permission level (Kafka only)

Returns: Updated user information

Input Schema

NameRequiredDescriptionDefault
access_levelNo
database_idYes
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" }, "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