Skip to main content
Glama
Panelica

panelica-mcp

Official
by Panelica

panelica_databases_post_v1_databases

Creates a new database on the Panelica hosting panel. Use this to provision databases for your applications.

Instructions

Create database

HTTP: POST /v1/databases Category: Databases Required scopes: databases:write Mutating: changes server state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bodyNoRequest body (application/json). Schema not statically declared — see API docs.
Install Server

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, idempotentHint=false, and destructiveHint=false. The description adds "Mutating: changes server state" and the required scope "databases:write", which are useful, but it does not describe what happens on success, what fields are required, or any side effects beyond creation.

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 short and front-loaded with the core purpose, followed by structured metadata. Some redundancy exists with the tool name and annotations, but the format is clean and scannable.

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

Completeness1/5

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

This is a mutating create operation with an opaque request body and no output schema. The description provides no field names, required properties, examples, validation rules, or response expectations, making it impossible for an agent to invoke correctly without external API documentation.

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?

Schema coverage is 100% for the single body parameter, and the body description at least states it is application/json. However, the body schema is explicitly not statically declared, and the tool description adds no field-level semantics or examples, so the agent still cannot construct a valid payload.

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 states a clear verb and resource: "Create database" for POST /v1/databases. This distinguishes it from database read/delete/grant operations, though it does not explicitly contrast with sibling tools.

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?

The description provides metadata such as required scopes and mutation status, but gives no guidance on when to prefer this tool over alternatives, no prerequisites, and no exclusions. An agent must infer usage solely from the tool name and one-line purpose.

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

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/Panelica/panelica-mcp'

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