Skip to main content
Glama

Vultr MCP

by rsp2k

update

Modify user settings including API access and permissions for managing Vultr cloud infrastructure resources like compute, DNS, and networking.

Instructions

Update an existing user's settings.

Args: user_id: The user ID (UUID) or email address to update api_enabled: Enable/disable API access acls: List of permissions to grant. Available permissions: - manage_users: Manage other users - subscriptions_view: View subscriptions - subscriptions: Manage subscriptions - provisioning: Provision resources - billing: Access billing information - support: Access support tickets - abuse: Handle abuse reports - dns: Manage DNS - upgrade: Upgrade plans - objstore: Manage object storage - loadbalancer: Manage load balancers - firewall: Manage firewalls - alerts: Manage alerts

Returns: Updated user information

Input Schema

NameRequiredDescriptionDefault
aclsNo
api_enabledNo
user_idYes

Input Schema (JSON Schema)

{ "properties": { "acls": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Acls" }, "api_enabled": { "anyOf": [ { "type": "boolean" }, { "type": "null" } ], "default": null, "title": "Api Enabled" }, "user_id": { "title": "User Id", "type": "string" } }, "required": [ "user_id" ], "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