Skip to main content
Glama

Vultr MCP

by rsp2k

get_connection_pool

Retrieve connection pool details for Vultr databases by specifying database ID and pool name to manage database connectivity configurations.

Instructions

Get information about a connection pool.

Args: database_id: The database ID or label pool_name: The connection pool name

Returns: Connection pool information

Input Schema

NameRequiredDescriptionDefault
database_idYes
pool_nameYes

Input Schema (JSON Schema)

{ "properties": { "database_id": { "title": "Database Id", "type": "string" }, "pool_name": { "title": "Pool Name", "type": "string" } }, "required": [ "database_id", "pool_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