Skip to main content
Glama

Vultr MCP

by rsp2k

update_user_access_control

Modify database user permissions by updating ACL categories, commands, keys, and channels for Valkey/Redis instances on Vultr.

Instructions

Update access control for a database user (Valkey/Redis only).

Args: database_id: The database ID or label username: The username to update acl_categories: ACL categories (e.g., ["+@all"]) acl_channels: ACL channels (e.g., [""]) acl_commands: ACL commands acl_keys: ACL keys (e.g., [""])

Returns: Status message confirming update

Input Schema

NameRequiredDescriptionDefault
acl_categoriesNo
acl_channelsNo
acl_commandsNo
acl_keysNo
database_idYes
usernameYes

Input Schema (JSON Schema)

{ "properties": { "acl_categories": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Acl Categories" }, "acl_channels": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Acl Channels" }, "acl_commands": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Acl Commands" }, "acl_keys": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Acl Keys" }, "database_id": { "title": "Database Id", "type": "string" }, "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