Skip to main content
Glama
rsp2k
by rsp2k

create_connection_pool

Create a connection pool for Vultr databases to manage multiple database connections efficiently. Specify pool size, mode, and credentials to optimize database performance and resource utilization.

Instructions

Create a new connection pool.

Args: database_id: The database ID or label name: Connection pool name database: Target logical database name username: Database username for the pool mode: Pool mode (session, transaction, statement) size: Pool size (number of connections)

Returns: Created connection pool information

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_idYes
nameYes
databaseYes
usernameYes
modeYes
sizeYes
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It states it 'Create[s] a new connection pool' which implies a write operation, but doesn't mention permissions required, side effects (e.g., resource allocation), rate limits, or what 'Created connection pool information' includes. This leaves significant gaps for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is well-structured with a clear header and bullet points for args and returns, making it easy to scan. It's concise with no redundant information, though the 'Returns' section is vague and could be more specific to enhance clarity.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 6 parameters with 0% schema coverage and no output schema, the description compensates by listing parameters but lacks depth on behavior, usage, or output details. For a creation tool with no annotations, it's adequate but incomplete, missing critical context like error handling or integration with siblings.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description lists all 6 parameters with brief explanations (e.g., 'Pool mode (session, transaction, statement)'), adding meaningful context beyond the schema's 0% coverage. It clarifies what each parameter represents, though it could provide more detail on constraints or examples for better usability.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'Create' and the resource 'connection pool', making the purpose specific and understandable. However, it doesn't differentiate from sibling tools like 'create_logical_database' or 'create_read_replica' beyond the resource name, which prevents a perfect score.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives like 'create_logical_database' or 'update_connection_pool'. The description lacks context about prerequisites, dependencies, or typical scenarios for creating a connection pool, offering minimal usage direction.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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