Skip to main content
Glama
rsp2k
by rsp2k

setup_postgresql_database

Set up a PostgreSQL database on Vultr with application user and database, providing connection details for immediate use.

Instructions

Quick setup for a PostgreSQL database with application user and database.

Args: region: Region code (e.g., 'ewr', 'lax') plan: Plan ID (e.g., 'vultr-dbaas-hobbyist-cc-1-25-1') label: Label for the database version: PostgreSQL version (13-17) app_user: Application username to create app_password: Application user password (auto-generated if not provided) app_database: Application database name to create

Returns: Complete setup information including connection details

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
regionYes
planYes
labelYes
versionNo17
app_userNoappuser
app_passwordNo
app_databaseNoappdb
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions 'Quick setup' and that the password is 'auto-generated if not provided', but lacks critical behavioral details: whether this is a destructive operation (e.g., overwrites existing databases), authentication requirements, rate limits, or what 'Complete setup information' includes. For a complex provisioning tool with 7 parameters, this is insufficient.

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

Conciseness5/5

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

The description is well-structured and front-loaded with the core purpose, followed by a clear 'Args:' and 'Returns:' section. Every sentence earns its place by explaining parameters or outcomes without redundancy, making it efficient and easy to parse.

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 the tool's complexity (7 parameters, no annotations, no output schema), the description is partially complete. It excels in parameter semantics and purpose clarity but falls short in behavioral transparency (e.g., missing permissions, side effects) and output details ('Complete setup information' is vague without an output schema). This leaves gaps for safe and effective use.

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

Parameters5/5

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

Schema description coverage is 0%, so the description must compensate fully. It provides clear semantic explanations for all 7 parameters beyond their names, including examples (e.g., 'ewr', '13-17'), defaults ('auto-generated if not provided'), and purposes ('Label for the database'). This adds significant value over the bare schema.

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

Purpose5/5

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

The description clearly states the tool's purpose with specific verbs ('Quick setup') and resources ('PostgreSQL database with application user and database'), distinguishing it from sibling tools like 'setup_mysql_database' or general creation tools like 'create'. It explicitly mentions what gets created (database, user, password, database name), making the purpose unambiguous.

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

Usage Guidelines4/5

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

The description provides clear context for when to use this tool—for setting up a PostgreSQL database with an application user and database. However, it does not explicitly state when NOT to use it or name alternatives (e.g., 'setup_mysql_database' or 'create_logical_database' from the sibling list), which prevents a perfect score.

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