Skip to main content
Glama

combell_mysql_databases_delete

Destructive

Delete a MySQL database and permanently remove all its data. Irreversible action to free up resources or clean up unwanted databases.

Instructions

Delete a MySQL database and all its data. SIDE EFFECT: irreversible.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
database_nameYesThe provisioned database name

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior4/5

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

Annotations already flag the operation as destructive and non-idempotent. The description adds value by explicitly warning that the side effect is irreversible and that all data is removed, going beyond the annotation flags.

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 extremely concise: two short sentences with no filler. The core action and object come first, and the irreversibility warning is clearly isolated. Every word contributes meaning.

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

Completeness5/5

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

For a single-parameter delete operation, the description covers the action, the object, the full data scope, and the irreversible consequence. The annotations cover the destructive nature, and the schema fully documents the parameter, so no critical information is missing.

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 description coverage is 100% and the only parameter, database_name, is already described as 'The provisioned database name'. The description does not add further parameter-level detail beyond what the schema provides.

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 uses a specific verb ('Delete') and resource ('MySQL database'), and explicitly states the scope ('all its data'). It clearly distinguishes this from sibling tools like combell_mysql_databases_list and combell_mysql_databases_create.

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 states what the tool does but provides no guidance on when to use it versus alternatives, prerequisites, or exclusions. It does not mention whether the database must exist or if there are any preconditions before deletion.

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

Deploy Server

Other Tools