Skip to main content
Glama

provision_neon_database

Create a serverless PostgreSQL database on Neon, apply schema files, and run migration commands using a Neon API key.

Instructions

Create a serverless PostgreSQL database on Neon. Supports schema application and migration commands. Requires a Neon API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiKeyYesNeon API key (get from https://console.neon.tech/app/settings/api-keys)
regionNoRegion: aws-us-east-1, aws-us-west-2, aws-eu-central-1, aws-ap-southeast-1aws-us-east-1
roleNameNoDatabase role name (default: app_user)app_user
schemaFileNoPath to SQL schema file to apply after creation
projectNameYesName for the Neon project
databaseNameNoName for the database (default: main)main
migrationsCwdNoWorking directory for migration command
runMigrationsNoMigration command to run (e.g., 'npx prisma migrate deploy')
Behavior3/5

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

Without annotations, the description carries the transparency burden. It discloses mutating actions (create, apply schema, run migrations) and the requirement for an API key, but it does not describe side effects like cost, failure behavior, or what resources are affected. This is adequate but not rich.

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 two sentences, front-loaded with the main action, and wastes no words. It efficiently conveys purpose, capability, and a key prerequisite.

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

Completeness2/5

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

Given the tool's complexity (8 parameters, side effects, no output schema), the description is too brief. It doesn't explain what the tool returns (e.g., connection string, project ID) or potential errors, which is critical for a provisioning tool. Missing details about ordering or interactions between parameters also reduce completeness.

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

Parameters3/5

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

The input schema has 100% coverage with descriptive parameter names and defaults. The description adds little beyond confirming that schema files and migration commands are supported, which is redundant with the schema. Baseline 3 is appropriate.

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 specifies a clear action—creating a serverless PostgreSQL database on Neon—and distinguishes it from sibling tools like provision_mongodb. It also mentions schema/migration support, so the agent knows the tool's core function.

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

Usage Guidelines3/5

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

The description implies usage for provisioning a Neon database but does not explicitly state when to choose this over alternatives. It provides a prerequisite (Neon API key) and mentions schema/migration support, which offers some contextual guidance, but no explicit exclusion or alternative references.

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/fallegri/mcp-deploy'

If you have feedback or need assistance with the MCP directory API, please join our Discord server