Skip to main content
Glama

Vultr MCP

by rsp2k

get_logical_database

Retrieve detailed information about a specific logical database within Vultr's managed database service using database ID and name parameters.

Instructions

Get information about a logical database.

Args: database_id: The database ID or label db_name: The logical database name

Returns: Logical database information

Input Schema

NameRequiredDescriptionDefault
database_idYes
db_nameYes

Input Schema (JSON Schema)

{ "properties": { "database_id": { "title": "Database Id", "type": "string" }, "db_name": { "title": "Db Name", "type": "string" } }, "required": [ "database_id", "db_name" ], "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