Skip to main content
Glama

Vultr MCP

by rsp2k

get_user

Retrieve detailed information about a specific database user including permissions and access rights by providing the database identifier and username.

Instructions

Get information about a specific database user.

Args: database_id: The database ID or label username: The username to get information for

Returns: User information including permissions

Input Schema

NameRequiredDescriptionDefault
database_idYes
usernameYes

Input Schema (JSON Schema)

{ "properties": { "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